create-sellflow
Version:
Pre-built cross-platform Shopify app template
59 lines (58 loc) • 1.29 kB
JSON
{
"expo": {
"name": "Sellflow",
"slug": "Sellflow",
"version": "1.0.0",
"orientation": "default",
"icon": "./images/favicon.png",
"scheme": ["shop.72278704345.app"],
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
},
"bundleIdentifier": "com.sellflow"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.sellflow"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./images/favicon.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff"
}
],
"expo-secure-store",
"expo-localization",
"expo-font",
"expo-web-browser"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "7696eea4-cd6a-4019-9c11-25119a9d2b74"
}
}
}
}