mrousavy / react-native-mmkv

⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!
https://mrousavy.com
MIT License
6.16k stars 258 forks source link

use expo go ,start with this error: CommandError: No development build (com.anonymous.***) for this project is installed. Please make and install a development build on the device first. #655

Closed anlythree closed 7 months ago

anlythree commented 7 months ago

I use expo go

my package.json: { "name": "***", "version": "1.0.0", "main": "expo-router/entry", "scripts": { "start": "expo start --dev-client", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web" }, "dependencies": { "@gorhom/bottom-sheet": "^4", "expo": "~50.0.13", "expo-blur": "~12.9.2", "expo-checkbox": "~2.7.0", "expo-constants": "~15.4.5", "expo-dev-client": "~3.3.11", "expo-linking": "~6.2.2", "expo-router": "~3.4.8", "expo-status-bar": "~1.11.1", "react": "18.2.0", "react-native": "0.73.6", "react-native-bouncy-checkbox": "^3.0.7", "react-native-gesture-handler": "~2.14.0", "react-native-mmkv": "^2.12.2", "react-native-modal": "^13.0.1", "react-native-reanimated": "~3.6.2", "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@types/react": "~18.2.45", "@types/react-native": "^0.73.0", "typescript": "^5.1.3" }, "private": true }

I start with: expo start --dev-client

when I input the "I" to start expo go , I got this error:

› Opening on iOS... CommandError: No development build (com.anonymous.***) for this project is installed. Please make and install a development build on the device first. Learn more: https://docs.expo.dev/development/build/

com.anonymous.*** is setting form new MMKV

I don't know who to fix this, Can anyone take a look for me?

anlythree commented 7 months ago

my fault! In fact, the reminder is very clear, even the URL is given to me.

anlythree commented 7 months ago

just follow this :https://docs.expo.dev/develop/development-builds/create-a-build/