Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.55 KB

README.MD

File metadata and controls

38 lines (24 loc) · 1.55 KB

React Native TypeScript Boilerplate

image

This project is a boilerplate for React Native with TypeScript, Navigation, and React Context hooks.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need to have Node.js, npm, and Expo CLI installed on your local development machine.

Installing

  • Clone the repository
  • Install dependencies yarn or npm install up to you!
  • Run the app with yarn start or npm start

Built With

  • 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

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc