https://github.com/0xbitbuster/react-native-boilerplate
React Native Boilerplate
https://github.com/0xbitbuster/react-native-boilerplate
Last synced: 2 months ago
JSON representation
React Native Boilerplate
- Host: GitHub
- URL: https://github.com/0xbitbuster/react-native-boilerplate
- Owner: 0xBitBuster
- License: mit
- Created: 2024-06-06T20:07:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T09:28:12.000Z (almost 2 years ago)
- Last Synced: 2025-12-28T21:53:31.909Z (6 months ago)
- Language: JavaScript
- Size: 2.34 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native & TailwindCSS Boilerplate

This is a boilerplate project that provides a secure starting point for building cross-platform mobile applications with React Native & TailwindCSS (Nativewind).
## Features
- [x] **Global Context**: Provides a centralized state management solution using React's Context API
- [x] **Fetch Hook**: Implements a custom hook for handling API requests
## Getting Started
### Prerequisites
- Node.js (version 12 or higher)
- Expo
### Installation
1. Clone the repository to your local machine:
```bash
git clone https://github.com/0xBitBuster/react-native-boilerplate.git
```
2. Install the necessary packages
```bash
npm install
```
### Usage
To start the server, run:
```bash
npx expo start -c
```
## Contributing
Contributions are welcome! If you have a feature request or bug report, please open an issue. If you want to contribute code, please fork the repository and submit a pull request.
## License
This project is licensed under the MIT License - see the LICENSE file for details.