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 adbe398
Show file tree
Hide file tree
Showing 5 changed files with 2,099 additions and 72 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
}
}
}
}
5 changes: 3 additions & 2 deletions packages/expo-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"react-native-bottom-tabs": "0.8.1",
"@bottom-tabs/react-navigation": "0.8.1",
"@expo/vector-icons": "^14.0.2",
"@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 All @@ -34,6 +34,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-bottom-tabs": "0.8.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
Expand Down
Loading

0 comments on commit adbe398

Please sign in to comment.