I'm registering with CodePush for a React Native project. Step number 3 says Register your app with the service. In order to let the service know about your app, simply register it using a recognizable name. Create an app for each OS you target.
Does this mean I need to react-native init two separate projects, one with suffix -Android and one with -iOS?
I apologize if this is a stupid question but it's not clear what CodePush is asking me to do here.