react-native-check-box icon indicating copy to clipboard operation
react-native-check-box copied to clipboard

Does it work on android still?

Open devpascoe opened this issue 7 years ago • 2 comments

Just implementing now and it does not show up. Its like the checkbox is blank. The left text shows up though.

devpascoe avatar Dec 10 '18 12:12 devpascoe

I have the same issue on both iOS and android. With me, the checkbox is visible when developing, but not after building. (which is very difficult to debug :-\ )

intergalactic-overlords avatar Jan 17 '19 10:01 intergalactic-overlords

In my case it was a asset problem

react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/

tilonet avatar Mar 14 '19 12:03 tilonet