module appregistry is not a registered callable module (calling runApplication)

后端 未结 3 1125
半阙折子戏
半阙折子戏 2021-01-25 19:44

i cannot find a way to make react-navigation work at all. i copied the working examples from the internet but they don\'t seem to work too. can someone tell me what i am doing w

3条回答
  •  不思量自难忘°
    2021-01-25 20:19

    Just kill all node process and start npm server and run application:

    Step1: run command killall -9 node

    Step2: run command npm start

    Step3: run command react-native run-ios OR react-native run-android

提交回复
热议问题