I have 1 React native webview app.
I would like to produce X amount of WebView apps with that 1 app. Everything will be the same apart from the initial brand url and brand logos.
So i would like to write a script that calls react-native new brandName
and then copies all the files from the first react native app with the correct brand and brandURL variables. (I think this is possible ?)
Secondly i would like to automate the App creation on iTunes Connect/Google Play with all relevant certificates/profiles. (is there a way to create an app in itunes connect from command line?)
And finally push to itunes/google
What does everyone think, is this realistic?