question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Which libs are required by react-native-screens

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Jul 30, 2020

Thank you bro very much

1reaction
WoLewickicommented, Jul 30, 2020

It is needed when you want to use it in your project. As I said, native-stack does not require react-native-gesture-handler and react-native-reanimated. Animations are native there. You can check it by making a simple project without those libraries installed.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found