chore: get example running in bare react-native on ios

This commit is contained in:
Brent Vatne
2019-08-29 16:09:53 -07:00
parent 3b1eed0415
commit ea4c44af7b
48 changed files with 2090 additions and 25 deletions

View File

@@ -9,6 +9,9 @@
"packagerOpts": {
"config": "./metro.config.js",
"projectRoots": ""
}
}
}
},
"entryPoint": "node_modules/expo/AppEntry.js"
},
"displayName": "React Navigation Stack Example",
"name": "StackExample"
}