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

https://github.com/abelflopes/react-native-template

Template for react native applications using Expo
https://github.com/abelflopes/react-native-template

boilerplate boilerplate-application boilerplate-template expo react-native template template-project typescript

Last synced: about 2 months ago
JSON representation

Template for react native applications using Expo

Awesome Lists containing this project

README

          

# @abelflopes/react-native-template

This is a plug and play template for react native apps.

Just run `npm i` & `npm start` start coding!

## Features of this template

- **Apple Authentication**
- [Docs](https://docs.expo.dev/versions/latest/sdk/apple-authentication/)
- [Implementation](./src//features/auth/index.tsx)
- **Easy Debugging**
- press `shift` + `m` after running `npm start`(but before opening in a device) so that it opens devtools app when opening element inspector on Expo developer menu.
- press `j` after running `npm start` to get console output on a chrome devtools window
- [Docs](https://reactnative.dev/docs/react-devtools)

## Official Documentation

- [React Native](https://reactnative.dev/docs)
- [Expo](https://docs.expo.dev/)

## Official libraries

- [React Native Components](https://reactnative.dev/docs/components-and-apis)
- [React Native API's](https://reactnative.dev/docs/accessibilityinfo)
- [Expo SDK](https://docs.expo.dev/versions/latest/sdk)