-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[0.48.1] [Android] Bug: no "Lcom/facebook/jni/HybridData;" field "mHybridData" in class #15621
Comments
Could be related #6692 |
Please, help Full stack:
|
This should fix the crashes --keep,includedescriptorclasses class com.facebook.react.cxxbridge.ModuleRegistryHolder { *; }
--keep,includedescriptorclasses class com.facebook.react.cxxbridge.CatalystInstanceImpl { *; }
--keep,includedescriptorclasses class com.facebook.react.cxxbridge.JavaScriptExecutor { *; }
+-keep,includedescriptorclasses class com.facebook.react.bridge.CatalystInstanceImpl { *; }
+-keep,includedescriptorclasses class com.facebook.react.bridge.JavaScriptExecutor { *; } |
Please, share Your version of proguard-rules.pro file! |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
Is this a bug report?
yes
Have you read the Contributing Guidelines?
yes
Environment
react-native -v
:react-native-cli: 2.0.1
react-native: 0.48.1
node -v
:v8.4.0
npm -v
:5.3.0
yarn --version
:Then, specify:
Steps to Reproduce
(Write your steps here:)
Expected Behavior
App works as in react-native v0.45.1
Actual Behavior
App crashes at start
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
Fail to build an application on android-25 with ProGuard enabled
react-native-cli: 2.0.1
react-native:
latest
0.48.1
0.47.2
0.47.1
0.47.0
0.47.0-rc.3
0.46.4
Works on:
#0.45.1
Relative: #15619
The text was updated successfully, but these errors were encountered: