peggyrayzis / react-native-create-bridge

A CLI tool that bridges React Native modules & UI components with ease 🎉
MIT License
1.02k stars 63 forks source link

Using react-native-create-bridge with ExpoKit #56

Closed paul019 closed 6 years ago

paul019 commented 6 years ago

I want to use react-native-create-bridge with a detached Expo project, that has an android folder and an ios folder. But when running react-native new-module the console outputs react-native: command not found, because I've not installed react-native. Is it possible for me to use react-native-create-bridge anyway? Do I have to only install React Native by npm i react-native?

paul019 commented 6 years ago

I have installed React Native globally (npm i -g react-native-cli) and now I can use react-native-create-bridge with ExpoKit with no problems.

Thanks for this awesome library!