我想使用react本机图像选择器获取图像,我使用的是npm run android命令,但是当应用程序在expo中运行时,它会显示以下错误:
由于我使用的是expo项目,所以index.android.js不存在于项目中,所以react-native run-android命令无法工作。import React, {Component} from 'react</e
运行npx时,在MacBook air M1芯片中运行npx本机init M1at run (/opt/homebrew/lib/node_modules/react-native-cli/index.js:302:7)
at createProject (/opt/homebrew/lib/node_modules/react-native-cli
如何解决本机版本0.68.2中的问题?
Invariant Violation: Picker has been removed from React Native.It can now be installed and imported from '@react-native-picker/picker' instead of 'react-native'.See https://github.com/react-nativ