Closed rahu431 closed 4 years ago
You can see it here.. this is implemented accordingly..
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?
Yes it will work.
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);