You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the list of dependencies used by this library on the ReadMe file, there is no specific version to use related to react-native-reanimated library so when you try to use router flux for the navigation and add a drawer, starts to fail because react-navigation uses methods from react-native-reanimeted v1.
If you use the commands to install the dependencies writted on the readme the app starts to crash (because the last version of react-native-reanimated is installed, but the code of react-navigation uses methods from the old version).
Actual behaviour
Adding a drawer navigator to the app wouldn't crash it
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
Install the repo and the dependencies with the commands on the ReadMe file
Add a drawer to the navigation
Run it
The actual solution to this is just downgrade the react-native-reanimated version to 1.13.3.
More than a issue is a way to advertise to others developers of this problem, and a reminder to update the library when the people behind react-navigation changes the old methods of react-native-reanimated.
The text was updated successfully, but these errors were encountered:
jalmonacidOA
changed the title
Update ReadMe file to specify an react-native-reanimated version
Update ReadMe file to specify a react-native-reanimated version
Sep 22, 2021
Version 4.3.1
Tell us which versions you are using:
Expected behaviour
On the list of dependencies used by this library on the ReadMe file, there is no specific version to use related to react-native-reanimated library so when you try to use router flux for the navigation and add a drawer, starts to fail because react-navigation uses methods from react-native-reanimeted v1.
If you use the commands to install the dependencies writted on the readme the app starts to crash (because the last version of react-native-reanimated is installed, but the code of react-navigation uses methods from the old version).
Actual behaviour
Adding a drawer navigator to the app wouldn't crash it
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
The actual solution to this is just downgrade the react-native-reanimated version to
1.13.3
.More than a issue is a way to advertise to others developers of this problem, and a reminder to update the library when the people behind react-navigation changes the old methods of react-native-reanimated.
PD: react-navigation/react-navigation#9857
The text was updated successfully, but these errors were encountered: