Safe area example (#2890)

* Add SafeAreaEample for testing

* Remove portrait default lock on SafeAreaExample and add a spacer between buttons
This commit is contained in:
Brent Vatne
2017-11-02 18:12:11 -07:00
committed by GitHub
parent f899b2eb13
commit 29ae6f46f6
14 changed files with 4513 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"expo": "^22.0.1",
"react": "16.0.0-beta.5",
"react-native": "https://github.com/expo/react-native/archive/sdk-22.0.1.tar.gz",
"react-native-platform-touchable": "^1.1.1",
"react-navigation": "^1.0.0-beta.16"
},
"name": "SafeAreaExample",
"version": "0.0.0",
"description": "Hello Expo!",
"author": null
}