futurepress / react-native-static-server

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

a problem on android #27

Closed Taffyw closed 6 years ago

Taffyw commented 6 years ago

Hello, how can in android www be added to the project INTERNAL ERROR: given path is not a directory (/data/user/0/com.reactappdemo/files/www).

fchasen commented 6 years ago

Using a library like react-native-fs you can add the www folder with RNFS.mkdir().

I've added an example app that does that.

DanielDanaee commented 3 years ago

I still face this issue. What is the solution?