-
Notifications
You must be signed in to change notification settings - Fork 117
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
Crashing on Android Simulator when using react-native-barcode-builder #16
Comments
I have the same problem. There is no any error message in the debug window except "Unfortunately, App has stopped". |
+1 |
android emulator SIGSENV: |
+1 |
@lucky-xiaohu you must set the option "emulated performance" in AMD settings to "Graphic Software". |
@p77u4n , thanks, i will give a try, now i switch back to svg mode, it is work fine, and my project already use react-native-svg, so, it not a matter with svg instead ART. |
My React App is crashing in Android Simulator.
Just get the message "The app has unfortunately stopped"
I just do the import like:
import Barcode from 'react-native-barcode-builder';
And in my render method I use
<Barcode value="Hello World" format="CODE128" />
Is there any log where I can search for the reason?
iOS simulator is working find.
Here are my dependencies
The text was updated successfully, but these errors were encountered: