Open tyoc213 opened 6 years ago
Hi there, I cloned your repo, then do cd example then npm install and then react-native run-android
cd example
npm install
react-native run-android
I get the following error
I ahve already try to run npm audit fix
npm audit fix
I have done react-native run-android on a react-native init AwesomeApp and it work OK.
react-native init AwesomeApp
My system is a windows 10, with latest ADT configured as https://facebook.github.io/react-native/docs/getting-started.html for build native app (not expo).
Were you able to install the plugin in the new react native instance you started?
Not, I get the error, that is why I have come to clone the original example and I get the above results.
Hi there, I cloned your repo, then do
cd example
thennpm install
and thenreact-native run-android
I get the following error
I ahve already try to run
npm audit fix
I have done
react-native run-android
on areact-native init AwesomeApp
and it work OK.My system is a windows 10, with latest ADT configured as https://facebook.github.io/react-native/docs/getting-started.html for build native app (not expo).