Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rahsheen/expo-react-native-paper-template
- Owner: rahsheen
- Created: 2020-03-24T04:23:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:54:49.000Z (about 1 year ago)
- Last Synced: 2024-04-15T16:10:57.685Z (9 months ago)
- Language: TypeScript
- Size: 345 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```