Issue with reanimated Transition on Android
See original GitHub issueRegarding https://github.com/kmagiera/react-native-reanimated/issues/304 there is an issue about using a Reanimated <Transition>
on Android, inside a react-navigation-stack
while using useScreens()
.
Reproductible demo with Expo v35 : https://snack.expo.io/@freddy03h/issue-transition-inside-navigation
I experiencing the issue also on a normal react-native project with those dependencies :
"react-native": "0.61.2",
"react-native-gesture-handler": "1.4.1",
"react-native-reanimated": "1.3.0",
"react-native-screens": "2.0.0-alpha.6",
"react-navigation": "4.0.10",
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (4 by maintainers)
Top Results From Across the Web
Failing to import Transitions in Android · Issue #2577 - GitHub
I have installed react-native-reanimated v2 and I am experiencing a crash now. This crash is related to react-navigation-animated-switch. They are using ...
Read more >React Native Reanimated is being a turd on Android!
While the header animation was working perfectly fine on iOS, on Android, it was very lagging and creating weird flickering problems.
Read more >Software Mansion auf Twitter: „Entry/exit Layout Animations in ...
There is a bug wrt react navigation stack, which blocked using layout animation in screens created using stack navigation in android. After ...
Read more >react native reanimated not working - You.com | The search ...
Solution. As mentioned in comments by @Cris69, react-native-reanimated will not work in web because there is no bridge for web. There are two...
Read more >react-native-reanimated - npm
React Native Reanimated provides a more comprehensive, low level abstraction for the Animated library API to be built on top of and hence ......
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
Ok so I am closing this issue. Feel free to comment if there is something wrong.
Hi! Sorry for the delay, I tried the example from my snack example with this config on a new initiated react-native project and now everything work fine :