File tree Expand file tree Collapse file tree 5 files changed +2100
-74
lines changed
Expand file tree Collapse file tree 5 files changed +2100
-74
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @bottom-tabs/expo-template ' : patch
3+ ---
4+
5+ feat: initial release
Original file line number Diff line number Diff line change 1- # Welcome to your Expo app 👋
1+ # Welcome to your Expo + Native Tabs app 📱 👋
22
33This is an [ Expo] ( https://expo.dev ) project created with [ ` create-expo-app ` ] ( https://www.npmjs.com/package/create-expo-app ) .
44
Original file line number Diff line number Diff line change 2424 },
2525 "plugins" : [
2626 " expo-router" ,
27+ " react-native-bottom-tabs" ,
2728 [
2829 " expo-splash-screen" ,
2930 {
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+ }
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments