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 🚀
- Host: GitHub
- URL: https://github.com/andreaslydemann/react-native-ts-native-base-starter
- Owner: andreaslydemann
- Created: 2019-03-14T00:13:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:07:53.000Z (over 3 years ago)
- Last Synced: 2025-03-17T05:31:53.401Z (over 1 year ago)
- Topics: expo, i18n-js, native-base, react-native, react-navigation, redux, typescript
- Language: TypeScript
- Homepage:
- Size: 728 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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_