ios - React cannot find entry file in any of the roots -


i using react native pod in ios project. when try load view created react native error screen referring me terminal window npm running.

in terminal error seeing is: error: cannot find entry file in of roots:

i tried few things, moving file different location, no luck. did run "npm start" , looking file in "http://localhost:8081/". current location of file in same location ran "npm start" from.

i stuck here. did configure wrong. how can troubleshoot here?

check node server running in 1 of bash terminal, kicked previous reactnative xcode project launched earlier. stop process , run xcode project again, should fix problem.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -