$ git clone https://github.com/zlucksolutions/zluck-react-native.git <ProjectName>
$ cd <ProjectName>$ yarn global add react-native-rename
or
$ npm install react-native-rename -gignore if already installed
$ npx react-native-rename <ProjectName> -b <bundleIdentifier>$ yarn
or
$ npm installnpx pod-install iosRun the following command in a Terminal at root of source directory:
$ npx react-native run-ios // for iOS
OR
$ npx react-native run-android // for AndroidRun the following commands in a Terminal at root of source directory:
$ rm -rf .git$ git init
$ git remote add origin https://<username>@gitlab.com/<repo>.git$ git add .
$ git commit -m "inital commit"$ git push --force origin mastercheckout code from master or develop branch
- React Native - v0.63
- Redux - v4.0.5
- react-redux: v7.2.1,
- redux-logger: v3.0.6
- redux-saga: v1.1.3
- redux-thunk: v2.3.0
- React Navigation - v4.x
- react-native-screens: v2.4.0
- react-navigation-stack: v2.3.11
- react-native-reanimated: v1.13.0
- react-native-gesture-handler: v1.6.1
- react-native-safe-area-context: v0.7.3
- react-navigation-redux-helpers: v4.0.1
- React Native Extended Stylesheet - v0.12.0
- React Native Keyboard Aware Scroll View - v0.9.2
pull code from feature/axios branch
coming soon.....!!
pull code from feature/firebase-notification branch
coming soon.....!
- Axios
- Firebaes Notification
- React Navigation v5
- Fastlane CI/CD
This is the JavaScript and React Native source code for {APP_NAME} Mobile App.
You will need Node, Watchman, React Native CLI, Xcode, and CocoaPods.
We recommend installing Node, Yarn, and Watchman using Homebrew. Run the following commands in a Terminal after installing Homebrew:
$ brew install node
$ brew install watchmanIf you have already installed Node on your system, make sure it is Node 10.11.0 or newer.
If you get an error like Cannot find module 'npmlog', try installing npm directly: curl -0 -L https://npmjs.org/install.sh | sudo sh.
CocoaPods is built with Ruby and is installable with the default Ruby available on macOS. We recommend you use the default ruby.
$ sudo gem install cocoapodsgit clone https://<username>@github.com/<repo>.git {APP_NAME}
For latest code, please checkout branch develop
Run the following commands in a Terminal at root of source directory:
$ cd {APP_NAME}
$ yarn
$ npx pod-install iosRun the following command in a Terminal at root of source directory:
$ npx react-native run-ios // for iOS
OR
$ npx react-native run-android // for Androidnpx react-native run-ios or npx react-native run-android is just one way to run your app. You can also run it directly from within Xcode and Android Studio respectively or Nuclide. You can refer React Native Get Started guide for more info.