mirror of
https://github.com/zhigang1992/examples.git
synced 2026-04-29 09:56:01 +08:00
19 lines
454 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|