peggyrayzis/react-native-create-bridge

Using react-native-create-bridge with ExpoKit

paul019 opened this issue · 1 comments

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?

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!