为什么“本机模块不能为空"?导入expo时出现错误?

Why does quot;Native module cannot be nullquot; error occur when I import expo?(为什么“本机模块不能为空?导入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 linkreact-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时出现错误?

基础教程推荐