Closed sanjeevyadavIT closed 1 year ago
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.
Hi, I have a brownfield react native setup, where I have Native Android app, and few of the internal screens are written in React Native. Now react native doesn't load until and unless you click the RN entry points. So currently when you open RN screen, it's then Codepush start checking for updates and start downloading.
My question Is there any way where I can check codepush update and download at Android Native side, so that even if user has not gone to RN screen the bundle is downloaded and updated. If yes can you please point me to the documentation I tried looking but couldn't find?