结帐后,当我说react-native run-android时,我得到了下面的错误。Bundler has encountered an internal error, please check your terminal error output for more details "test": "jest" "dependencies": {
我使用@terrylinla/react-native-sketch-canvas对图像进行签名。将图像放在路径android/app/src/main/res/drawable中,并将图像放在slide.when中我运行代码时,得到以下错误:null
Failed to allocate a 6215100 byte allocation with 4194304 free bytes and 4MB unti
我使用在我的react原生项目中设置环境变量。我的.env配置文件中有一个本地镜像url。我可以使用Config.LOGO_URL在我的组件中获取本地图像url。文件的代码片段如下:LOGO_URL='logo.png'import Config from 'react-native-config/assets/images/${Config.LOGO_URL}`)} />