You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using React Native 0.57.5 and react-native-static-server 0.3.0.
The constructor of the rn static server runs without problems. When the code reaches to call the native module FPStaticServer.start it throws an exception saying that the FPStaticServer object is undefined.
I guess there is a problem in the native module link with the javascript.
Anyone with similar problems or a solution to this one?
The text was updated successfully, but these errors were encountered:
Hi,
I am using React Native 0.57.5 and react-native-static-server 0.3.0.
The constructor of the rn static server runs without problems. When the code reaches to call the native module
FPStaticServer.start
it throws an exception saying that the FPStaticServer object is undefined.I guess there is a problem in the native module link with the javascript.
Anyone with similar problems or a solution to this one?
The text was updated successfully, but these errors were encountered: