我刚开始反应,所以我可能遗漏了一些简单的东西,但是每当我运行稍微修改过的Hello应用程序时,它就会崩溃,导致读取错误。ConstantState.newDrawable(android.content.res.Resources)' on a null object referenceimport React, { Component } from 'react';
import { TextInput, Text, View } from 'react-n
当我使用'sudo react原生运行-android‘运行该应用程序时,我开始收到以下错误The development server returned response code 500-0/decorator-support\" relative to directory \"/Development/SourceCode/MobileApp\""
我尝试了在github中给出的几乎所有可能的修复卸载
当我运行下面的命令时,我在使用npx create-react-app my-app创建一个新的React应用程序时遇到了一个问题。我试图使用以下命令npm cache clean --force清除npm缓存
Need to install the following packages:
create-react
在android情况下,在物理设备上运行应用程序时,总是会出现白色的空白屏幕。使用react-native-navigation无法检测到错误,请帮助!我创建了一个新的react-native项目,并将react-native-navigation库集成到其中。当我在物理设备中运行该应用程序时,运行的命令是yarn run android,但在安卓中显示的是空白的白屏。它曾经成功地运行过,但现在却没有了。