-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: null is not an object (evaluating 'FPStaticServer.start') #104
Comments
Any solution on this error? |
I was getting this error when I was trying to spin up the static server while running in Expo Go. Building for native platforms with |
@shynonagons how are you developing if Expo Go is not building? Maybe a custom dev-client could work? |
@dohomi |
@dohomi This module uses native code, so you can't run it in Expo Go. If you need to use it in an Expo project you'll have to eject first with @fungmo for the types I just copied the contents of the |
I have the same problem, i'm using bare react native. I'm using react-native-fs from a module i linked in my app from an another private github project and i have the same issue when i want to start static server to launch a webview in my project. |
When I run server.start, I get an error
The text was updated successfully, but these errors were encountered: