KeyStone commited on
Commit
6571b09
·
1 Parent(s): 6a4dbef

Add react-native-web dependency for Expo web export

Browse files
Files changed (1) hide show
  1. mobile/package.json +1 -0
mobile/package.json CHANGED
@@ -34,6 +34,7 @@
34
  "react-native-reanimated": "~3.16.1",
35
  "react-native-safe-area-context": "4.12.0",
36
  "react-native-screens": "~4.4.0",
 
37
  "zustand": "^5.0.2"
38
  },
39
  "devDependencies": {
 
34
  "react-native-reanimated": "~3.16.1",
35
  "react-native-safe-area-context": "4.12.0",
36
  "react-native-screens": "~4.4.0",
37
+ "react-native-web": "~0.19.13",
38
  "zustand": "^5.0.2"
39
  },
40
  "devDependencies": {