Unable to connect development server. Ensure that the packager server is running

I am a starter of React-native tho I am having trouble with debugging. Program is successfully installing apk to emulator but can not render the component. Whenever I double press 'R' (I am on windows) it throws following error

enter image description here

enter image description here

Upvotes: 2

Views: 2032

Answers (1)

dazs
dazs

Reputation: 142

Try:

cd YourProject react-native run-android react-native start

Upvotes: 5

Related Questions