ExperimentalNavigation framework for react-native used in reactxp
Перейти к файлу
microsoft-github-policy-service[bot] 8ba2d236a8
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 20:27:23 +00:00
NavigationExperimental Alter react lifecycle methods to match current deprecation 2020-07-05 15:23:18 -05:00
typings v1.0.11 compatibility with public react typings 2017-09-27 15:46:23 -07:00
.gitignore gitignore updated to ignore MacOS thumbnails 2017-09-11 13:09:50 -07:00
LICENSE ExperimentalNavigation framework with skype extentions 2017-08-23 09:59:01 -07:00
PATTENTS ExperimentalNavigation framework with skype extentions 2017-08-23 09:59:01 -07:00
README.md README updated 2017-08-24 13:11:25 -07:00
RELEASES.md List of releases published 2017-09-28 09:56:49 -07:00
SECURITY.md Microsoft mandatory file 2023-06-02 19:52:13 +00:00
index.js ExperimentalNavigation framework with skype extentions 2017-08-23 09:59:01 -07:00
package.json version 1.0.14 2018-11-15 10:34:49 -08:00

README.md

#react-native-experimental-navigation ExperimentalNavigation is a cross-platform app navigation framework. The code in this repository is based on react-native-experimental-navigation deprecated by facebook. See: 08dbc43fa6 Be aware of facebook patent notice if you are using it.

Why ExperimentalNavigation

If you need in good low-level navigation framework this library is a good answer. It has a better performance than StandardNavigation framework, though not all of the StandardNavigation features are implemented in particular some of the animations behave differently.

If you are building something new you'd probably better to look at the https://reactnavigation.org/.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

You must sign a Contribution License Agreement (CLA) before your PR will be merged. This a one-time requirement for Microsoft projects in GitHub. You can read more about Contribution License Agreements (CLA) on Wikipedia. You can sign the Microsoft Contribution License Agreement by visiting https://cla.microsoft.com/. Use your GitHub account to login.

License

This project is licensed under the BSD-3-Clause License - see the LICENSE file for details