create-proto 0.1.10 → 0.2.0-beta.1

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-proto",
3
- "version": "0.1.10",
3
+ "version": "0.2.0-beta.1",
4
4
  "description": "Scaffold a new Proto prototype: `npm create proto@latest myapp`. Designer-first native iOS prototyping environment that pairs with Claude Code.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@clack/prompts": "^0.7.0",
45
- "@sherizan/proto-cli": "^0.1.10",
45
+ "@sherizan/proto-cli": "^0.2.0-beta.0",
46
46
  "fs-extra": "^11.2.0",
47
47
  "qrcode-terminal": "^0.12.0",
48
48
  "validate-npm-package-name": "^5.0.1"
@@ -10,8 +10,11 @@
10
10
  "resizeMode": "contain",
11
11
  "backgroundColor": "#FFFFFF"
12
12
  },
13
- "scheme": "{{name}}",
13
+ "scheme": "prototo",
14
14
  "platforms": ["ios"],
15
+ "ios": {
16
+ "bundleIdentifier": "com.sherizan.prototo"
17
+ },
15
18
  "plugins": ["expo-router"],
16
19
  "experiments": { "typedRoutes": true }
17
20
  }
@@ -1,6 +1,8 @@
1
1
  # {{name}}
2
2
 
3
- Built with Proto.
3
+ Built with Prototo.
4
4
 
5
- Run `proto start` to preview on your phone.
5
+ Before running `proto start` on iPhone, install Prototo from the App Store.
6
+
7
+ Run `proto start` to preview on the iOS Simulator (auto) or your iPhone (scan QR).
6
8
  Run `proto add "describe a screen"` to generate a new screen.
@@ -4,18 +4,20 @@
4
4
  "private": true,
5
5
  "main": "expo-router/entry",
6
6
  "scripts": {
7
- "start": "expo start",
8
- "ios": "expo start --ios",
7
+ "start": "expo start --dev-client",
8
+ "ios": "expo start --dev-client --ios",
9
9
  "proto": "proto"
10
10
  },
11
11
  "dependencies": {
12
12
  "@expo/ui": "55.0.17",
13
13
  "expo": "~55.0.26",
14
14
  "expo-clipboard": "~55.0.13",
15
+ "expo-dev-client": "~55.0.35",
15
16
  "expo-glass-effect": "~55.0.11",
16
17
  "expo-haptics": "~55.0.14",
17
18
  "expo-router": "~55.0.16",
18
19
  "expo-status-bar": "~55.0.6",
20
+ "expo-symbols": "~55.0.9",
19
21
  "react": "19.2.0",
20
22
  "react-native": "0.83.6",
21
23
  "react-native-gesture-handler": "~2.30.1",
@@ -26,7 +28,7 @@
26
28
  },
27
29
  "devDependencies": {
28
30
  "@babel/core": "^7.24.0",
29
- "@sherizan/proto-cli": "^0.1.10",
31
+ "@sherizan/proto-cli": "0.2.0-beta.0",
30
32
  "@types/react": "~19.2.15",
31
33
  "babel-preset-expo": "~55.0.22",
32
34
  "typescript": "^5.9.2"