chore: prepare for 4.x

This commit is contained in:
satyajit.happy
2019-08-30 14:54:54 +02:00
committed by Satyajit Sahoo
parent 81a9dc2071
commit 9bdf5fa784
66 changed files with 3639 additions and 7267 deletions

14
example/app.json Normal file
View File

@@ -0,0 +1,14 @@
{
"expo": {
"name": "React Navigation Stack Example",
"description": "Demonstrates the various capabilities of react-navigation-stack",
"slug": "react-navigation-stack-demo",
"sdkVersion": "33.0.0",
"version": "1.0.0",
"primaryColor": "#2196f3",
"packagerOpts": {
"config": "./metro.config.js",
"projectRoots": ""
}
}
}