Files
Ritesh Shukla 5f5af559f9 feat: React-native-graphs reboot (#124)
* upgrade-everything

* remove tests
2026-04-15 20:18:45 +05:30

32 lines
825 B
JSON

{
"expo": {
"name": "Graph Example",
"slug": "react-native-graph-example",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "graph.example"
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/android-icon-foreground.png",
"backgroundImage": "./assets/android-icon-background.png",
"monochromeImage": "./assets/android-icon-monochrome.png"
},
"package": "graph.example"
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}