BUG: FAB Causes a crash on android
See original GitHub issueUsing the example code in the docs, on 1.3.7
Pixel 5 android 12.
Is it cool if I patch this?
Error: Attempting to run JS driven animation on animated node that has been moved to "native" earlier by starting an animation with `useNativeDriver: true`
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:104:6 in reportException
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:172:19 in handleException
at node_modules/react-native/Libraries/Core/setUpErrorHandling.js:24:6 in handleError
at node_modules/expo-error-recovery/build/ErrorRecovery.fx.js:12:21 in ErrorUtils.setGlobalHandler$argument_0
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Floating Action Button causing error and crashing application
When using the floating action button, my Android application crashes and throws an error. When I remove it, my application runs successfully, ...
Read more >[BottomAppBar] Crash with anchored FAB · Issue #906 - GitHub
Description: When FAB is anchored to a bottom bar, the app crashes with the following error: ; Expected behavior: FAB should be anchored...
Read more >Crash on Android using Playfab UnrealMarketPlacePlugin
We have faced a Signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) on our Android build. We developed the game on UE4.26 with the UnrealMarketPlace ......
Read more >Crashes - Android Developers
An Android app crashes whenever there's an unexpected exit caused by an unhandled exception or signal. An app that is written using Java...
Read more >Why do my apps keep crashing on Android, How to fix it
One reason could be low memory or a weak chipset. Apps can also crash if they are not coded properly. Sometimes the reason...
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
Got a PR open 😃 https://github.com/yamankatby/react-native-material/pull/35
I’m still having this issue on version 1.3.7. Apparently the merge that was supposed to deploy this fix wasn’t approved by Vercel