An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# React Native & TailwindCSS Boilerplate

![Showcase Image](https://miro.medium.com/v2/resize:fit:500/1*WSIrFNsgUAUfuTZ59w9Wpg.jpeg)

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.