Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# React Native Elements on Create React App

This repo is an example setup for using React Native Elements on the web with create-react-app. This follows the setup guide on https://react-native-training.github.io/react-native-elements/docs/web_usage.html.

In the project directory, you can run:
To get started, do the following steps:

## Step 1
Install dependencies
```
yarn
```

### `yarn start`
## Step 2
```
yarn start
```

Runs the app in the development mode.<br>
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.<br>
The page will reload if you make edits.
You will also see any lint errors in the console.