create-100x-mobile 0.4.1 → 0.4.2

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.
@@ -218,6 +218,9 @@ async function cmdNew(args) {
218
218
  currentStep++;
219
219
  prompts_1.log.step(`Installing Expo dependencies ${stepLabel()}`);
220
220
  const expoPackages = [
221
+ "react",
222
+ "react-dom",
223
+ "react-native",
221
224
  "expo-router",
222
225
  "@expo/vector-icons",
223
226
  "expo-auth-session",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-100x-mobile",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Scaffold a full-stack mobile app with Expo + Convex + Clerk in seconds",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {