Skip to content

Commit 098f523

Browse files
committed
feat: necessary configuration
1 parent 0c58426 commit 098f523

File tree

5 files changed

+2100
-74
lines changed

5 files changed

+2100
-74
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@bottom-tabs/expo-template': patch
3+
---
4+
5+
feat: initial release

packages/expo-template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Welcome to your Expo app 👋
1+
# Welcome to your Expo + Native Tabs app 📱👋
22

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

packages/expo-template/app.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"plugins": [
2626
"expo-router",
27+
"react-native-bottom-tabs",
2728
[
2829
"expo-splash-screen",
2930
{
@@ -32,10 +33,18 @@
3233
"resizeMode": "contain",
3334
"backgroundColor": "#ffffff"
3435
}
36+
],
37+
[
38+
"expo-build-properties",
39+
{
40+
"ios": {
41+
"useFrameworks": "static"
42+
}
43+
}
3544
]
3645
],
3746
"experiments": {
3847
"typedRoutes": true
3948
}
4049
}
41-
}
50+
}

packages/expo-template/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@
88
"android": "expo start --android",
99
"ios": "expo start --ios",
1010
"web": "expo start --web",
11-
"test": "jest --watchAll",
12-
"lint": "expo lint"
11+
"test": "jest --watchAll"
1312
},
1413
"jest": {
1514
"preset": "jest-expo"
1615
},
1716
"dependencies": {
18-
"@expo/vector-icons": "^14.0.2",
19-
"react-native-bottom-tabs": "0.8.1",
2017
"@bottom-tabs/react-navigation": "0.8.1",
18+
"@expo/vector-icons": "^14.0.2",
2119
"@react-navigation/native": "^7.0.14",
2220
"expo": "~52.0.11",
2321
"expo-blur": "~14.0.1",
22+
"expo-build-properties": "0.13.2",
2423
"expo-constants": "~17.0.3",
2524
"expo-font": "~13.0.1",
2625
"expo-haptics": "~14.0.0",
@@ -34,6 +33,7 @@
3433
"react": "18.3.1",
3534
"react-dom": "18.3.1",
3635
"react-native": "0.76.3",
36+
"react-native-bottom-tabs": "0.8.1",
3737
"react-native-gesture-handler": "~2.20.2",
3838
"react-native-reanimated": "~3.16.1",
3939
"react-native-safe-area-context": "4.12.0",

0 commit comments

Comments
 (0)