Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Swipe Jump SceneConfigs #62

Open
cancan101 opened this issue Dec 15, 2015 · 3 comments
Open

Missing Swipe Jump SceneConfigs #62

cancan101 opened this issue Dec 15, 2015 · 3 comments

Comments

@cancan101
Copy link
Contributor

From ReactNative, see.

Allows for cool interactions like in: https://github.com/facebook/react-native/blob/62e8ddc20561a39c3c839ab9f83c95493df117c0/Examples/UIExplorer/Navigator/JumpingNavSample.js.

@ide
Copy link
Member

ide commented Dec 15, 2015

The recommended approach is to use RN's own Navigator.SceneConfigs.XX or provide your own scene config (usually by deep cloning an existing config and modifying it as needed). Does this work for you?

@cancan101
Copy link
Contributor Author

Any reason then to have some of the SceneConfigs here: https://github.com/exponentjs/ex-navigator/blob/master/ExSceneConfigs.js

Would it make sense to import from RN into this module?

@ide
Copy link
Member

ide commented Dec 16, 2015

ExSceneConfigs are slightly modified versions. You should import from Navigator if you want their configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants