Which libs are required by react-native-screens
See original GitHub issueI am using only and only native-stack
navigator, and now I am confused which libraries are required by react-native-screens/native-stack
?? I am asking this because, in react-navigation
there is multiple libs to be install like:
react-native-reanimated
react-native-gesture-handler
react-native-safe-area-context
@react-native-community/masked-view
So do I need the above 4 packages for only react-native-screens/native-stack
?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
react-native-screens - npm
This project aims to expose native navigation container components to React Native. It is not designed to be used as a standalone library ......
Read more >The best React Native libraries for leveraging native features
We'll cover the best React Native UI libraries for: Styling; Navigation; Splash screens; App icons; Loading placeholders ...
Read more >21 Best React Native Component Libraries (2022)
Get to Know 21 Best React Native Component Libraries | 1.NativeBase | 2. Argon UI Kit | 3. React Native Camera | 4....
Read more >Introducing Fabric to react-native-screens - Software Mansion
Learn about migrating React Native libraries to Fabric and how we did it on the example of react-native-screens.
Read more >Introduction - JavaScript Camp
Install the required packages to your React Native project: ... react-native-reanimated react-native-screens react-native-safe-area-context.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you bro very much
It is needed when you want to use it in your project. As I said,
native-stack
does not requirereact-native-gesture-handler
andreact-native-reanimated
. Animations are native there. You can check it by making a simple project without those libraries installed.