-
Notifications
You must be signed in to change notification settings - Fork 43
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
Unable to run app on React Native Android device while using wml #11
Comments
Most probably this is the reason. Changes in the src folder trigger WML's copy method, since the dst folder lives inside the src folder it should loop infinitely. |
Moving the folder out and trying it again after a restart of the computer gives me I also got this error before at some point.. |
I've never seen that before... Do you get this error only when WML is running? If so can you share the contents of .watchmanconfig from your src folder? Try deleting your node_modules folder from your dst folder and running |
Good hint with the
I'll give it up for now because I have to get something done for my project. I'll get back to it later. But thanks a lot for your fast reply and help @dutzi ! |
I used
wml
to keep a React Native module I'm writing in sync with the version in thenode_modules
folder of my Example App. Starting the React Native development server worked fine. Also building the app for Android worked successfully. I just always got the errorthe development server returned response error code :404
(see this issue) and after restartingwml
several times my laptop began spinning like crazy and eventually nothing would work anymore...Could it have to do with the fact that my wml destination folder is a subfolder of my source folder?
The text was updated successfully, but these errors were encountered: