Closed sachinjha1 closed 7 years ago
It seems the issue is only with claudron v0.8.0. I was able to create miniApp using claudron v0.7.0. v0.7.0 is using react-native 0.48.3.
@sachinjha1 react-native 0.49.3 has been published by Facebook 2 days ago. You can see that its the latest by looking at public NPM here : https://www.npmjs.com/package/react-native That being said, when switching over to internal Walmart NPM repository (private npm) I can see that the latest version available is 0.49.2. So the problem only happens if you are using Walmart internal NPM. I'm trying to contact the team in charge of our internal NPM repository to get more details about how propagation works. We've published some packages to NPM public and were able to see them correctly propagated to our internal NPM in a matter of minutes. So I'm not sure why it takes so long for react-native new version to be propagated to Walmart NPM. Will ping back once I have more info.
@sachinjha1
react-native@0.49.3
is now available in the Walmart NPM repository. Looks like it was some kind of propagation issue. Will keep an eye on this next time we upgrade react-native. Thanks for reporting this issue !
ern create-miniapp is failing due to wrong version of react-native in lookup. There is no 0.49.3 version of react-native right now. But it seems ern is looking for that. See error below. BTW in my system i do have react-native installed separately.