Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rahsheen/expo-react-native-paper-template


https://github.com/rahsheen/expo-react-native-paper-template

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# React Native Paper Login Template

The easiest way to start with your application.

## Features

- Save energy & hours of hard-work
- Complete source code in React Native
- Based on [**react-native-paper**](https://reactnativepaper.com/)
- 5 screens & 16 components
- Prettier for pretty, formatted code
- Minimum dependencies

- React Navigation 5 setup
- Authentication setup based on [Authentication In React Applications](https://kentcdodds.com/blog/authentication-in-react-applications) by Kent C. Dodds

## How to use?

1. Download or clone this repo.

2. Install dependencies.

```js
npm install
// or
yarn install
```

3. Run project on iOS / Android.

```js
npm run ios // npm run android
// or
yarn ios // yarn android
```

Project was created using [Expo](https://expo.io/). If you want standard native project please run following command:

```js
expo eject
```