GeekyAnts / NativeBase-KitchenSink

An example app with all the UI components of NativeBase
2.19k stars 754 forks source link

Issue while npm install #165

Open zainasghar200 opened 5 years ago

zainasghar200 commented 5 years ago

image

tareq0065 commented 5 years ago

I am getting this error too

erik-smit commented 5 years ago

I worked around this by making a local copy of @expo/ngrok, adding restrict: false to the postinstall.js, running yarn, yarn link.

And then in the NativeBase-KitchenSink yarn link @expo/ngrok

But then the Expo Android client complains "32.0.0 is not a valid SDK version", so it's probably best to upgrade this repo to a newer SDK.