create-ern-boilerplate 0.0.3 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ern-boilerplate",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Expo React Native boilerplate generator",
5
5
  "bin": {
6
6
  "create-ern-boilerplate": "./create.js",
@@ -70,7 +70,7 @@ export default function MainLayout() {
70
70
  }}
71
71
  />
72
72
 
73
- {/* {isAdmin && ( */}
73
+ {isAdmin && (
74
74
  <Tabs.Screen
75
75
  name="settings"
76
76
  options={{
@@ -86,7 +86,7 @@ export default function MainLayout() {
86
86
  // Hide settings tab if not admin
87
87
  // href: isAdmin ? '/(protected)/settings' : null,
88
88
  }}
89
- />
89
+ />)}
90
90
  </Tabs>
91
91
  );
92
92
  }
@@ -21,8 +21,8 @@
21
21
  "expo-status-bar": "~3.0.8",
22
22
  "lucide-react-native": "^0.546.0",
23
23
  "nativewind": "^4.0.1",
24
- "react": "19.2.0",
25
- "react-dom": "19.2.0",
24
+ "react": "19.1.0",
25
+ "react-dom": "19.1.0",
26
26
  "react-native": "^0.81.4",
27
27
  "react-native-gesture-handler": "~2.28.0",
28
28
  "react-native-reanimated": "~4.1.1",