Files
examples/with-facebook-auth/app.json
2018-07-28 10:58:58 -04:00

19 lines
454 B
JSON

{
"expo": {
"name": "with-facebook-auth",
"description": "Using Facebook authentication in Expo, see the source: https://github.com/expo/examples/blob/master/with-facebook-auth",
"slug": "with-facebook-auth",
"sdkVersion": "29.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"privacy": "public",
"packagerOpts": {
"assetExts": [
"ttf",
"mp4"
]
}
}
}