HarishJangra / react-native-easy-starter

A react-native starter kit using RN0.63, Flipper support, LogBox, AndroidX, Hooks workflow, easy-peasy, code-push, Themes support and much more
MIT License
257 stars 92 forks source link

CodePush Issue #25

Closed rahu431 closed 4 years ago

rahu431 commented 4 years ago

Hi, I am try to use your starter for my own product development very happy to keep it till now. I didn't see any code push function wrap on any component like below one, then how it will work?please post a step to configuration for code push. Sample Code Example: export default codePush(codePushOptions)(Root);

HarishJangra commented 4 years ago

You can see it here.. this is implemented accordingly..

https://github.com/HarishJangra/react-native-easy-starter/blob/b4368eae80ed1a93088b7c92cd939ee329e7339a/src/Services/CheckVersion.js#L78

rahu431 commented 4 years ago

so we don't have to wrap any component like this "export default codePush(codePushOptions)(Root) ", it will work fine if we push app, right?

HarishJangra commented 4 years ago

Yes it will work.