sciphergfx / react-native-kiosk-mode

A simple react native plugin to achieve kiosk mode (immersive mode) on android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cant run on cloned repo

tyoc213 opened this issue · comments

Hi there, I cloned your repo, then do cd example then npm install and then react-native run-android

I get the following error
image

I ahve already try to run npm audit fix

image

I have done react-native run-android on a react-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).

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.