-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.2.2] [Android] The application crashes on launch with react-native 0.65.1 #2430
Comments
Issue validatorThe issue is valid! |
I too am experiencing this crash too |
Got this error as well same crashlog |
Same here |
Same here in version 0.64.1 , I tried a lot ti fix this ( but in debug mode even the using flipper debugger craches only on android but in iOS it works fine ) reanimated works fin when disabling the debug mode , cause it blocks m I choose another third library) it doesn't make sense to block debug mode , not every person has a Mac for builds |
Make sure you have added |
This solved it for me. I knew this was required for RNGH, but didn't realize it was needed for this library as well. Thanks! |
Same here! @piaskowyk @malikKartik is this a new requirement of version 2.2.0? Should we update the doc? I think I can submit a PR if so |
@donatoaguirre24 , It is already there on the installation page, As far as I remember. |
I just checked and did not see it 😕 |
Getting an issue with 2.2.2: I have this in the entry point
and specified
I can't enable Hermes for iOS and don't know if this is also a required step (as it is for Android). |
You have to make a new build after pod install, have you done that too? |
Yes, sure. Build, clean, build, remove pods, node_modules, reinstall again, try different versions - I did that at least a dozen of times |
I am having an issue when building for iOS 15 with version 2.2.2, this time with Pods:
Any help will be appreciated! |
resolved ? |
i got exactly the same error! |
Nope, I just used Animated from react-native. |
are you facing this issue for IOS and you are not using hermes in IOS, is that correct? |
@benben2019 @kuzzmi |
Check with |
Still not working. Application crashes in debug mode unexpectedly |
Try this, works for me..! 1. npm install react-native-reanimated@next --S |
I'm getting the Fatal signal 11 crash on Android with react-native-reanimated 2.2.2 |
On Android react native 0.67.1 with Hermes Engine enabled, the same error occurred when connecting to v8Debugger during debug build. But Release build .aab does not crash.
Downgrading the major version to v1.13.4 instead of v2.3.2 fixed the problem, but I don't know what caused the crash or why it resolved. |
Downgrading all the way from v2 to v1? Ouch... |
Does anyone still encounter this issue with the most recent version of reanimated? |
Unfortunately, I still get this with RN 0.67.4, reanimated 2.5.0. I am using react-native-v8... could that be the reason?
|
Great! This works for me. Thanks. |
Unfortunately, I import 'react-native-reanimated' but still have the same bug. It only appears on Android, and only appears occasionally when I use the |
using
added still getting the same error :(
|
Getting the same error using
Babel config is setup correctly and as soon as I add Any updates on this? |
I have the same issue. But on Android it works fine, on IOS I got the error Added 'react-native-reanimated/plugin' in the babel config file and still no luck. |
besides needing to add the plugin to your babel file as others said, you also need to add "import 'react-native-reanimated'" to your index.js or App.js file on first line and run expo start --clear. It only stopped crashing after I cleared it. |
In our case we were having this same crash on Android with error log: libc: Fatal signal 11 (SIGSEGV) ... We found out that this was due to a compatibility issues of the two dependencies: react-native-reanimated v2 + realm as stated in this thread: Here is another thread in react-native repo where there are conversations regarding the same crash, I have added a very similar comment to this one there as well: We have decided to remove realm from the project and we are not experiencing this crash anymore. |
same question !!!!! |
Description
After updating to react-native 0.65.1 the application crashes on launch. I previously tried with reanimated 2.2.1 and it crashes with the same error. I have Hermes enabled and the app crashes in both release and debug mode.
Expected behavior
The app launches.
Actual behavior & steps to reproduce
The app crashes on launch with the following error (crash.log):
Package versions
Affected platforms
The text was updated successfully, but these errors were encountered: