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时出现错误?


- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01