简体   繁体   中英

React Native Error (ReferenceError: Can't find variable: React) when React is installed?

Overview:

I created a NPM dependency react-native-ultimate-modal-picker and it relies on a few other dependencies.

Expected Behavior:

  • React should be installed because it's installed in the fresh react project.

Error:

ReferenceError: Can't find variable: React

What I've tried

So what am I missing here?

You can try a few things.

Try importing react like import React from 'react' at the beginning of your project

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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