Skip to content

Commit

Permalink
trying out expo routes
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynthakur committed Oct 2, 2023
1 parent 41ea77a commit e2eee6d
Show file tree
Hide file tree
Showing 11 changed files with 428 additions and 24 deletions.
10 changes: 8 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"scheme": "your-app-scheme",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
Expand All @@ -23,6 +26,9 @@
},
"web": {
"favicon": "./assets/favicon.png"
}
},
"plugins": [
"expo-router"
]
}
}
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = api => {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ['expo-router/babel']
};
};
Loading

0 comments on commit e2eee6d

Please sign in to comment.