开发者问题收集
我正在尝试将 file:// 转换为 base64,我获得了所选文件的 uri(file://...),但是在通过 FileSystem 将其转换为 base64 时,我遇到了问题pdf = async () => {let file = await DocumentPicker.getDocumentAsync({ type: "application/pdf", copyToCacheDire
我是 React Native 新手,正在尝试使用 push-notification-ios 和 react-native-push-notification 在 iOS 上创建推送通知。我正在关注一些不同的教程,因为我仍在学习它的工作原理。当我运行我的应用程序时,我收到以下错误。这是我的代码const configure = async () => {console.log('push not
我尝试使用带有提取请求的 rect-native 62.2 代码发送文件当我选择文件时,我的填充数组是这个 ->{"data": ~blob image data~,"fileName": "Screenshot_20200504_082033.jpg", "fileSize": 347275, "height": 1544, "isVertical": true, "originalRotati
在 render() 之前的控制台中,this.state.data1.length 没有给出任何错误,但是当我在 view 标签中使用它时,就会出现错误:TypeError:undefined 不是对象(评估“_this.state.data1.length”)如果我从 view 标签中删除此行,则我的 reacttable 标签中不会打印任何内容,因此我认为这行是必需的,但我应该进行哪些更改,
我对 React 和 React Native 完全陌生,但我正在努力学习。当我尝试将图片保存到手机图库时遇到问题因此,我正在导入import { MediaLibrary } from 'expo-media-library'此外,我正在使用状态const [hasPermission, setHasPermission] = useState(null);const [type, setTyp
我正尝试通过 BackHandler 函数(按下返回按钮时)更新我的 App 类的状态。我做错了吗?这是我的 App.jsexport default class App extends React.Component {constructor(props) {super(props)this._changeDisplayOpt = this._changeDisplayOpt.bind(this
我的 Header 右侧有一个图标。按下后我想转到另一个页面。但是,出现了错误。这是我的“图标”屏幕: import React, { Component } from 'react';import { StyleSheet, View, Text, Image, TouchableOpacity } from 'react-native';const Login = props => {r
当我有或没有的情况下,我会遇到这个问题 - 发行频道devflag。我设置了一个配置文件环境。js以获取类似的发行版本:135437846i使用像这样的axios创建新的Interancion:675110069当我在设备上效仿时,一切正常工作,但是当我Expo发布和扫描QR代码时,请使用我的设备splash屏幕后的应用程序崩溃,我得到了此错误,说:<< p>因此,如果我很好地理解了常数。mani
我尝试使用传递 json 对象的构造函数创建一个 RN 对象,但收到“ReferenceError:找不到变量:Product”。Product.jsexport default class Product {constructor(product) {this.name = product.namethis.items = product.Itemsthis.price = product.Pr
将 React Native 升级到0.62.2并安装react-native-material-dropdown` 库后,项目出现此错误:
我是 React 新手,在收到注册错误消息后,我尝试更新页面中的值。我从一个空值开始,一旦收到新值,我就想将其显示在屏幕上。当我尝试更新状态时,它给了我一个错误TypeError: undefined is not an object (evaluating 'this.setState').仅当我在 catch 中添加this.setState({ error: errorMessage})时才
我是 React Native / ignite Bowser 的新手。我正在制作一个 React Native / ignite Bowser 项目。在我的应用程序中,首先有一个欢迎屏幕,该屏幕在应用程序启动时出现。欢迎屏幕上有一个“继续”按钮。当我单击“继续”按钮时,它应该转到登录屏幕。但它显示此错误:TypeError: undefined is not an object (evaluat
我有这样的 json 数据,但出现错误,如何修复?我的代码:我想显示“节点”内的数据,但首先我想在 console.log 中检查它,但出现错误constructor(props){super(props);this.state = {kasus_baru: {},isError : false,isLoading : true,};}axios.get('xxxxxx').then(res=>{
我只是想用 Javascript 将一个项目添加到 Map(如字典)中。我使用的是 React Native。import React, { Component } from 'react';import {AppRegistry,View,Button,} from 'react-native';export class Stack extends Component {constructor(
尝试在 React Native 中使用 fetch 并获取Unable to symbolicate stack trace: Requiring module "node_modules\react-native\Libraries\Network\fetch.js", which threw an exception: TypeError: Attempted to assign to re