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 ?)
which platform i should use to develop this in ubuntu, i thought fastlane would be a good option but it is not working in ubuntu 18.04 and i want to this task.