Skip to content
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

Open
Manuel83 opened this issue Jun 28, 2017 · 6 comments
Open

Comments

@Manuel83
Copy link

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

"dependencies": {
    "firebase": "^4.1.3",
    "react": "16.0.0-alpha.12",
    "react-native": "0.45.1",
    "react-native-barcode-builder": "^1.0.1",
    "react-native-drawer": "^2.3.0",
    "react-native-vector-icons": "^4.2.0",
    "react-redux": "^5.0.5",
    "react-router-dom": "^4.1.1",
    "react-router-native": "^4.0.0",
    "react-router-redux": "^5.0.0-alpha.6",
    "redux": "^3.7.1",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.2.0",
    "thunk": "0.0.1"
  }
@erichua
Copy link

erichua commented Jun 30, 2017

I have the same problem. There is no any error message in the debug window except "Unfortunately, App has stopped".

@rheathec
Copy link

+1

@luckyxhu
Copy link

luckyxhu commented May 5, 2018

android emulator SIGSENV:
A/libc: Fatal signal 11 (SIGSEGV), code 2, fault addr 0xd9863000 in tid 15122

@tofu-soya-p77u4n
Copy link

+1

@tofu-soya-p77u4n
Copy link

@lucky-xiaohu you must set the option "emulated performance" in AMD settings to "Graphic Software".

@luckyxhu
Copy link

@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.
thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants