forked from react-native-elements/react-native-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added v1 /example back; working and looks great 🎉
- Loading branch information
Showing
93 changed files
with
4,802 additions
and
2,680 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules/**/* | ||
.expo/* | ||
npm-debug.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
 | ||
|
||
# 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"``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.