I am adding react-native-code-push to my React Native 0.68 app. Here is the Get Started doc (v7.0.5) says about how to support both android and iOS platform:
[Note, if you are targeting both platforms it is recommended to create separate CodePush applications for each platform][1]
I am not quite sure about the words above. Does it mean I need create 2 almost identical React Native apps, one is for code push IOS and another for code push Android?