-
Notifications
You must be signed in to change notification settings - Fork 209
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
Android crash #63
Comments
Seems that none of the prebuilt binaries matches any of my devices. There is only armeabi but the app looks for armeabi-v7a on the phone, and x86 on the simulator |
I managed to run it by building from the source, but the app does not render anything, only white screen... |
I can run gcanvas on iphone. However, the android app crashes, both prebuilt and self-compiled version on armeabi-v7a phone. Do you have any suggestion for me to fix the issue? Thanks a lot |
The error stack trace is: 02-14 17:08:11.599 11331-11331/? E/AndroidRuntime: FATAL EXCEPTION: main |
Since Alibaba feat: delete weex bridge & reactive bridge, here comes the @flyskywhy/react-native-gcanvas npm package. After months work, @flyskywhy/react-native-gcanvas runs well on Android and iOS, fix several bugs and add With Performance Test Result, and Convenient With Browser-like canvas APIs with the easily |
I'm getting the following error (version 1.0.5):
Reproducible demo:
https://github.com/DVSoftware/canvastest
The text was updated successfully, but these errors were encountered: