I have version 5.0.1
of my application with two versions released on CodePush.
I do not bump up any Version or Build numbers. So 5.0.1
and Build 1
.
The first version v1
gets installed, but after I make a new release (v2
), the bundle doesn't get downloaded or installed anymore.
v1
:
v2
:
I use the following to add CodePush to my app:
const CodePushHomeScreen = codePush(HomeScreen);
Thanks