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


基础教程推荐
- NSString intValue 不能用于检索电话号码 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01