-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Labels
Description
I'm using react-native-canvas in my app, but it seems something went wrong but I don't know what caused it.
I prepared this repository to reproduce this issue:
https://github.com/chj-damon/rn-canvas-issue-reproduce
the step to reproduce my problem is:
- npm install
- npx react-native run-ios (run-android)
you can see that canvas didn't display on the screen after the app starts. - modify anything in app.js, then you'll see that canvas appears.
Why didn't it show for the first time, but have to wait for any changes?
iddan