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

https://github.com/andreaslydemann/react-native-ts-native-base-starter

🚀 A React Native + TypeScript + Native Base boilerplate app 🚀
https://github.com/andreaslydemann/react-native-ts-native-base-starter

expo i18n-js native-base react-native react-navigation redux typescript

Last synced: 3 months ago
JSON representation

🚀 A React Native + TypeScript + Native Base boilerplate app 🚀

Awesome Lists containing this project

README

          

# React Native Starter

This boilerplate project is _super_ helpful to kick-start your next project, as it provides a lot of the common tools you may reach for, all ready to go. Specifically:

- **Expo**
- **TypeScript**
- **Redux**
- **React Navigation**
- **Native Base**
- **i18n**

---

## 🚀 Getting Started

#### 1. Clone and Install

```bash
# Clone the repo
git clone https://github.com/andreaslydemann/react-native-ts-native-base-starter.git

# Install dependencies
yarn
```

#### 2.1. Run the _React Native_ App

```bash
# Start the React Native packager
yarn start
```

_If there's any other ideas presented in this repo, that you think worth mentioning - feel free open a pull request_