React Native Bitrise CI/CD sample with Storybook
- react
- react-native
- react-native-config
- storybook
Install Node.js:
https://nodejs.org/en/download/
brew install watchman
npm install -g react-native-cli
Clone the repo:
git clone https://github.com/pjay79/ReactNativeBitrise.git
Change to the project folder:
cd ReactNativeBitrise
Add dependencies:
yarn
Add .env in project root folder:
IS_STORYBOOK=false
Add .env.storybook in project root folder:
IS_STORYBOOK=true
Run on ios:
react-native run-ios
Run on android:
react-native run-android
Storybook UI ios
yarn run storybook:ios
Storybook UI android
yarn run storybook:android