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
The name of any component must be capitalized. In your name, the component "navigation" is not capitalized. It should be "Navigation".