英文: React native Expo project, Fetch the API will get [TypeError: Network request failed], but the o...
如何防止setState()将我的数组转换为字符串?
英文: How do I keep setState() from stringifying my array? 问题 我有一个函数,名为 eventQuery,用于从 Firebase 数据库中获取...
“React Navigation (Native) navigation.navigate” 不起作用,抛出未定义错误。
英文: React Navigation (Native) navigation.navigate isn't working and throwing an undefined error ...
刷新和访问令牌问题 axios 和 React Native
英文: Refresh and Access token issue axios and react native 问题 // 我有以下的代码 // 这部分是用于刷新令牌,它完美地工作 export ...
如何在React Native中关闭类似于模态框的组件?
英文: How to close a component like modal with React Native? 问题 Index.js import TelaAdd from './Ad...
JSX表达式必须有一个父元素。ts(2657)
英文: JSX expressions must have one parent element.ts(2657) 问题 import { StatusBar } from 'expo-sta...
当应用程序运行时,唯一显示的是一个空白白屏:React Native。
英文: when app is running the only thing that is displayed is a blank white screen :- React Native 问题 ...
React Native中的Google服务在APK中的分配
英文: React native google services allocation in APK 问题 我想知道是否有人可以帮助我创建一个用于Android的本机模块,以读取我用于Firebase...
无法找到 tools.jar
英文: Could not find tools.jar 问题 在运行 npx react-native run-android 后,我遇到了这个错误: 出现了什么问题: 任务 :unimodules...
无法在 Ubuntu 20.04 上进行全新安装后,正确配置用于 React 项目的 Java 1.8。
英文: Cannot setup java 1.8 correctly for react projects after a fresh install on ubuntu 20.04 问题 我最近在...
62