futurepress / react-native-static-server

HTTP static file server for React Native
MIT License
360 stars 183 forks source link

TypeError: Cannot read property 'start' of undefined #57

Open tusharmutreja opened 5 years ago

tusharmutreja commented 5 years ago

I am facing this issue in android, when I try to start the server , but In IOS it returns url.

ghost commented 5 years ago

have the same issue

ghost commented 5 years ago

I found that we need link some library for Android in the MainApplication.java: import com.futurepress.staticserver.FPStaticServerPackage; and add to the getPackages**()** method: new FPStaticServerPackage()