mwi-app v2.0.4
Set Up
Below are the steps to get a project set up with the mwi-app expo project.
Note $
represents a terminal command and should not be typed out.
Set up a repository
Set up a new repository.
Global Installs ( Skip if already done before )
$ npm install -g create-react-native-app
$ npm install -g expo-cli
Clone Project Repo
Clone the created repo to your projects directory
$ cd ~/projects/
$ git clone git@bitbucket.org:midwesterninteractive/project-name.git
Note Do not cd
in to the project-name directory.
Install App
Make sure at the end of the command the project-name matches the newly cloned repository directory name.
$ create-react-native-app project-name
Install MWI-App
Now you will enter the project directory and install the mwi-app files and packages for the project.
$ cd project-name
$ npm i mwi-app
$ npm install
Launch The App
Start the packager server and launch the app.
$ expo start
Note If this fails read the error suggestions most likely the packager server can't launch. Do the recommendations.
Known Errors
After the packager server is running if you get the error: Process exited with non-zero code: 1 when trying to launch the iOS Simulator open and update xCode.
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago