sAleksovski / react-native-android-widget

Build Android Widgets with React Native
https://sAleksovski.github.io/react-native-android-widget/
MIT License
546 stars 22 forks source link

Questions about CodePush #55

Closed baesumin closed 7 months ago

baesumin commented 7 months ago

hello. I use an Android widget, and it may be that I set it up wrong, but the widget came out fine before applying Code Push, but when I install the Android widget after Code Push is applied, a blank screen appears. Could it have something to do with applying code push?

sAleksovski commented 7 months ago

I can't really say without seeing some logs.

But whenever you update a library that has native code changes, you must rebuild the apk and cannot use code push, since code push only updates the JavaScript.