Module AppRegistry is not registered callable module (calling runApplication)

后端 未结 22 1440
野的像风
野的像风 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:30

    I was using native base for my app here is link native base

    and you can see there is no app registry like this

     AppRegistry.registerComponent('Point', () => Point) 
    

    but i have to do this to run my app

提交回复
热议问题