2.0.4 • Published 5 years ago

mwi-app v2.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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.

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago