Why does quot;Native module cannot be nullquot; error occur when I import expo?(为什么“本机模块不能为空?导入expo时出现错误?)
问题描述
我正在使用:
react-native-cli: 2.0.1
react-native: 0.48.3
npm: 4.6.1
expo: 20.1.3
React Native App 通过命令创建:react-native init
React Native App is created by command: react-native init
我同时使用了 react-native link
和 react-native link expo
命令
And I have used both react-native link
and react-native link expo
commands
问题来了,每次我都这样导入expo
Here comes the problem, every time I import expo like so
import { Permissions } from 'expo';
或者
const Expo = require('expo');
我收到此错误:
顺便说一句,我使用的是 mac
BTW, I'm using mac
推荐答案
您是否在问题中查看此解决方案
do you review this solution in the issues
https://github.com/zo0r/react-native-push-notification/issues/160
https://github.com/zo0r/react-native-push-notification/issues/279
在某些情况下重新安装 node_modules,清除所有缓存可能会有所帮助
in some case reinstall node_modules, clear all caches could help
这篇关于为什么“本机模块不能为空"?导入expo时出现错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为什么“本机模块不能为空"?导入expo时出现错误?


基础教程推荐
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01