Skip to content

Commit

Permalink
feat: necessary configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Jan 24, 2025
1 parent 0c58426 commit 4a90bb5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-trainers-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@bottom-tabs/expo-template': patch
---

feat: initial release
2 changes: 1 addition & 1 deletion packages/expo-template/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Welcome to your Expo app 👋
# Welcome to your Expo + Native Tabs app 📱👋

This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).

Expand Down
11 changes: 10 additions & 1 deletion packages/expo-template/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"plugins": [
"expo-router",
"react-native-bottom-tabs",
[
"expo-splash-screen",
{
Expand All @@ -32,10 +33,18 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
}
],
[
"expo-build-properties",
{
"ios": {
"useFrameworks": "static"
}
}
]
],
"experiments": {
"typedRoutes": true
}
}
}
}
1 change: 1 addition & 0 deletions packages/expo-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@react-navigation/native": "^7.0.14",
"expo": "~52.0.11",
"expo-blur": "~14.0.1",
"expo-build-properties": "0.13.2",
"expo-constants": "~17.0.3",
"expo-font": "~13.0.1",
"expo-haptics": "~14.0.0",
Expand Down

0 comments on commit 4a90bb5

Please sign in to comment.