npm install
npm start
You can find the basics in the components
folder.
make a screen route for every component to test the concepts.
Plug and play.
To create a route, go to Routes
folder, make a <Stack.Screen />
to test out components and change the initialRouteName
attribute value of the Stack.Navigator
of the route that you want.