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 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 outputsreact-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 bynpm i react-native
?