React Native Invariant Violation: View config

后端 未结 2 824
渐次进展
渐次进展 2020-12-08 04:27

I\'m trying to practice with different screens on a React Native project. Here\'s my code from App.js file.

import React, { Component } from \'react\';
impor         


        
2条回答
  •  星月不相逢
    2020-12-08 04:48

    The name of any component must be capitalized. In your name, the component "navigation" is not capitalized. It should be "Navigation".

提交回复
热议问题