Module AppRegistry is not registered callable module (calling runApplication)

后端 未结 22 1437
野的像风
野的像风 2020-11-28 07:56

I am using native base for making app in react-native. I am new to both things. When I run the app It gives me this error:

Here is my code:

         


        
22条回答
  •  失恋的感觉
    2020-11-28 08:28

    I tried killall -9 node command in terminal

    then again i run my project using npm start and it's working fine

提交回复
热议问题