mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-18 16:13:10 +00:00
22 lines
468 B
JSON
22 lines
468 B
JSON
{
|
|
"expo": {
|
|
"name": "progresschart",
|
|
"description": "An empty new project",
|
|
"slug": "progresschart",
|
|
"privacy": "public",
|
|
"sdkVersion": "23.0.0",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"primaryColor": "#cccccc",
|
|
"icon": "./assets/icon.png",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true
|
|
}
|
|
}
|
|
}
|