This project is a boilerplate for React Native with TypeScript, Navigation, and React Context hooks.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have Node.js, npm, and Expo CLI installed on your local development machine.
- Clone the repository
- Install dependencies
yarn
ornpm install
up to you! - Run the app with
yarn start
ornpm start
- React Native - A framework for building native apps using React
- TypeScript - A typed superset of JavaScript that compiles to plain JavaScript
- React Navigation - Routing and navigation for your React Native apps
- React Context - A way to pass data through the component tree without having to pass props down manually at every level
- Marco Somma - Initial work - MarcoSomma
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc