cost 106 ms
android studio 模拟器显示空白屏幕 - android studio emulator showing blank screen

我是 React Native的菜鸟,正在尝试设置 android studio来启动我的 React Native 项目。 安装后,我创建了一个模拟器“Pixel”,但屏幕保持空白, 即使我按下电源按钮,它也根本没有加载,我已经将它放置了一个小时,但它仍然没有加载我尝试手动安装 haxm,这是我 ...

React Native [TypeError: undefined is not an object (evaluating 'iter[Symbol.iterator]')] 错误 - React native [TypeError: undefined is not an object (evaluating 'iter[Symbol.iterator]')] error

所以我有一个图像选择器,当我按下时,它会启动手机图像库,然后当我选择图像时,它应该填充该图像选择器,但每次选择图像时,我都会收到此错误 这就是我的代码的样子 这是 App 文件 然后这是我的第二个组件“imageInputList” 最后,这是 imageInput 组件 我知道这个 ...

如何将 FlatList 放入 React-native 的 ScrollView 中? - How to put FlatList inside of the ScrollView in React-native?

我知道这些问题以前在stackoverflow中有过。 但我无法为这个问题找到正确的解决方案。 将<FlatList/>放入 react-native 中的<ScrollView></ScrollView>有什么解决方案吗? 这是我的代码... 错误如下: 错误 ...

解压后的 apk usign bundletool 抛出解析包问题 - unpacked apk usign bundletool throws problem parsing package

我最近尝试使用 react-native expo-cli 制作一个 android 应用程序,还生成了 aab 文件,然后使用 bundle 工具将其转换为我重命名为 .zip 的 apks 文件提取并获取了 apk 文件,现在当我尝试安装应用程序时它给出了解析包错误的问题 ...

如何在 React Native 中实现 Google Maps 以在 Web、Andriod 和 iOS 上工作? - How do I implement Google Maps to work on Web, Andriod and iOS in React Native?

我是 React Native 的新手,我正在尝试实现一个可以在 Web、Android 和 iOS 中使用的地图。 我在网上找到的资源用于使用 react-native-maps 或仅在 Web 中使用 react-native-web-maps 实现 Android 和 iOS。 有没有一种简 ...

AsyncStorage 不用于发布但用于调试(React Native) - AsyncStorage not working on release but working on debug (React Native)

这是我如何使用我的异步 然后在这之后我是如何获得异步存储的 我应该从我的 API 获取更新的数据,但似乎getData为空,而且它应该可以工作,因为我正在重新渲染组件。 Fetch 工作正常,因为我可以登录。 我遇到的主要问题是AsyncStorage 。 有人遇到过这种问题吗? ...

React Native Alert:平面列表中的项目之间的比较 - React Native Alert : comparison between items in flatlist

我目前正在做一个项目,我可以在一个平面列表中插入项目考试,每个项目都有自己的 id 、 mark 和 grade 。 我希望程序在我在 flatlist 中添加新考试后输出警报,如果新考试的分数低于以前的分数,它会提醒说“您当前的分数低于以前的考试” 这是我期望的示例:第一项是期中考试(90 分, ...

React Native - 如何在推送通知点击时导航? - React native - How to navigate on Push notification click?

我正在使用 react-native-push-notification。 我遇到了当应用程序处于后台/终止状态时不显示通知的问题,在多个论坛和GitHub中的解决方案是我们在index.js中初始化和配置推送通知(PushNotification.configure())在PushNotifica ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM