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
- Host: GitHub
- URL: https://github.com/abelflopes/react-native-template
- Owner: abelflopes
- Created: 2023-09-19T21:50:12.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-22T14:53:20.000Z (over 2 years ago)
- Last Synced: 2025-01-14T17:20:06.238Z (over 1 year ago)
- Topics: boilerplate, boilerplate-application, boilerplate-template, expo, react-native, template, template-project, typescript
- Language: TypeScript
- Homepage:
- Size: 631 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)