react-native-ci-tools icon indicating copy to clipboard operation
react-native-ci-tools copied to clipboard

Change application bundle name and ID on the fly (build time) for both Android and IOS

Results 6 react-native-ci-tools issues
Sort by recently updated
recently updated
newest added

When I tried entering: react-native-ci-tools bundle "com.foo.react" "Foo React" -i TypeError: Cannot read property 'nodeName' of null TypeError: Cannot read property 'nodeName' of null TypeError: Cannot read property 'nodeName' of...

`react-native-ci-tools bundle ASIJDIJIJIJ.com.foo.bar FooBar --android` should produce `android/app/src/main/java/ASIJDIJIJIJ/com/foo/bar/MainApplication.java` but it don't

upgraded node and it worked, just an fyi - might consider adding to readme or doing a check for node version

Hi, Tried installing and running this module. But got the error `react-native-ci-tools: command not found` in terminal. Any idea why? Thanks.

bug