To get started, follow these simple steps:
- Fork this repository to create a copy under your GitHub account.
- Clone your forked repository to your local machine.
- Navigate to your project directory in the terminal.
- Install dependencies by running:
pnpm install
- Start Project by running:
pnpm start
This project includes the essential setup for a React Native project using TypeScript, including:
- React Native: The framework for building native apps using React.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
- **React Native Paper **: the cross-platform UI kit library containing a collection of customizable and production-ready components.
- React Navigation: An efficient routing package.
- Firebase: A set of backend cloud computing services and application development platforms provided by Google.
After setting up the project, you can start adding your screens, components, and logic to build your app. The template is structured to support scalable and maintainable app development. In order to use this project in your local emulators, you have to figure firebase SDK settings.
For more details on React Native and TypeScript, refer to their official documentation:
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Feel free to reach out if you have any questions or suggestions!
Happy coding! 🚀