mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
* Update to RN 0.52 and Expo 25 * Rerecord snapshots for failing Jest tests * jest-expo@25.1.0-beta.0 * jest-expo@25.1.0
24 lines
504 B
JSON
24 lines
504 B
JSON
{
|
|
"expo": {
|
|
"name": "SafeAreaExample",
|
|
"description": "An empty new project",
|
|
"slug": "SafeAreaExample",
|
|
"privacy": "public",
|
|
"sdkVersion": "25.0.0",
|
|
"version": "1.0.0",
|
|
"primaryColor": "#cccccc",
|
|
"icon": "./assets/icon.png",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"packagerOpts": {
|
|
"assetExts": ["ttf", "mp4"]
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true
|
|
}
|
|
}
|
|
}
|