Skip to content

Commit

Permalink
added v1 /example back; working and looks great 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Monte9 committed Nov 12, 2017
1 parent 005e46a commit 3653e96
Show file tree
Hide file tree
Showing 93 changed files with 4,802 additions and 2,680 deletions.
8 changes: 8 additions & 0 deletions example/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"presets": ["babel-preset-expo"],
"env": {
"development": {
"plugins": ["transform-react-jsx-source"]
}
}
}
3 changes: 3 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/**/*
.expo/*
npm-debug.*
1 change: 1 addition & 0 deletions example/.watchmanconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
53 changes: 53 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
![React Native UI Toolkit](http://i.imgur.com/tqxDeoG.png)

# React Native Elements App

## Demo App

Run the pre built and configured [React Native Elements App](https://expo.io/@monte9/react-native-elements-app) on Expo which uses all of the React Native Elements components.

## Get Started

1. Clone the project

```
git clone https://github.com/react-native-training/react-native-elements.git
```

2. Open Examples directory

```
cd react-native-elements/example
```

3. Install dependencies

```
yarn
```

3. Open app with [Expo Desktop Client](https://docs.expo.io/versions/v16.0.0/index.html)
- If you have never used Expo before, click [here](https://docs.expo.io/versions/v16.0.0/introduction/installation.html) to install it.
- Then create a new account on the Expo Desktop client that you just installed. Follow [this](https://docs.expo.io/versions/v16.0.0/guides/up-and-running.html#create-an-account) if you need help.
- Then click `Project` -> `Open Project` and select the examples folder from Step 2 above.
- Finally run the app on simulator or your device.

## Docs

Click [here](https://react-native-training.github.io/react-native-elements/API/buttons/) to view the docs for React Native Elements.

## Versions:

- ```"expo": "16.0.0"```

- ```"react": "16.0.0-alpha.6"```

- ```"react-native": "https://github.com/expo/react-native/archive/sdk-16.0.0.tar.gz"```

- ```"react-native-elements": "^0.13.0"```

or

- ```"react-native-elements": "git://github.com/react-native-training/react-native-elements.git#next"```

- ```"react-navigation": "^1.0.0-beta.9"```
75 changes: 0 additions & 75 deletions example/assets/fontello/README.txt

This file was deleted.

24 changes: 0 additions & 24 deletions example/assets/fontello/config.json

This file was deleted.

85 changes: 0 additions & 85 deletions example/assets/fontello/css/animation.css

This file was deleted.

2 changes: 0 additions & 2 deletions example/assets/fontello/css/fontello-codes.css

This file was deleted.

Loading

0 comments on commit 3653e96

Please sign in to comment.