2025-02-01 21:07:25 -05:00
|
|
|
{
|
|
|
|
"expo": {
|
|
|
|
"name": "powr-rebuild",
|
|
|
|
"slug": "powr-rebuild",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"orientation": "portrait",
|
|
|
|
"icon": "./assets/images/icon.png",
|
2025-02-04 11:13:04 -05:00
|
|
|
"scheme": "powr",
|
2025-02-01 21:07:25 -05:00
|
|
|
"userInterfaceStyle": "automatic",
|
|
|
|
"newArchEnabled": true,
|
2025-02-04 11:13:04 -05:00
|
|
|
"assets": [
|
|
|
|
"assets/fonts",
|
|
|
|
"assets/images",
|
|
|
|
"assets/videos"
|
|
|
|
],
|
2025-02-01 21:07:25 -05:00
|
|
|
"ios": {
|
|
|
|
"supportsTablet": true
|
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"adaptiveIcon": {
|
|
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"web": {
|
|
|
|
"bundler": "metro",
|
|
|
|
"output": "static",
|
|
|
|
"favicon": "./assets/images/favicon.png"
|
|
|
|
},
|
2025-02-04 11:13:04 -05:00
|
|
|
"dependencies": {
|
|
|
|
"react-native-pager-view": "6.2.0"
|
|
|
|
},
|
2025-02-01 21:07:25 -05:00
|
|
|
"plugins": [
|
|
|
|
"expo-router",
|
|
|
|
[
|
|
|
|
"expo-splash-screen",
|
|
|
|
{
|
|
|
|
"image": "./assets/images/splash-icon.png",
|
|
|
|
"imageWidth": 200,
|
|
|
|
"resizeMode": "contain",
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
}
|
2025-02-04 11:13:04 -05:00
|
|
|
],
|
|
|
|
"expo-sqlite"
|
2025-02-01 21:07:25 -05:00
|
|
|
],
|
|
|
|
"experiments": {
|
|
|
|
"typedRoutes": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|