Skip to content

Commit

Permalink
more react native doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jul 8, 2020
1 parent 18bcbc9 commit d64e214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ Install your CLI of choice according to the instructions on that page.
Once things are installed you can then follow the instructions below
to get an ClojureScript project setup for Figwheel development.

> In Expo use either the `blank` or `minimal` template
## Create React Native project

Initialize a project:
Expand All @@ -55,6 +53,8 @@ For `Expo CLI` do:
$ npx expo init MyAwesomeProject
```

> In Expo choose either the `blank` or `minimal` template
This will create an initial React Native project. Before you go any
further you will want to ensure that everything is setup so that you can
launch and run your application in a simulator.
Expand Down

0 comments on commit d64e214

Please sign in to comment.