https://github.com/lfscamargo/helfen-app
University Pet Finder Application
https://github.com/lfscamargo/helfen-app
Last synced: over 1 year ago
JSON representation
University Pet Finder Application
- Host: GitHub
- URL: https://github.com/lfscamargo/helfen-app
- Owner: LFSCamargo
- License: mit
- Created: 2018-11-12T16:15:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:52:14.000Z (over 3 years ago)
- Last Synced: 2025-02-17T20:37:10.192Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 18.4 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Native TypeScript Template
Start a new React Native project with TypeScript, Prettier & TSLint
### Usage
When creating a new React Native project, use the command:
react-native init projectname --template ts
That's it! 🎉 Then, proceed as usual:
- `cd projectname`
- `npm start`
### Includes
- [x] TypeScript
- [x] Prettier (with commit hook)
- [x] TSLint
- [x] Jest _(broken on react-native 0.56)_
- [ ] Web support
### Requirements
- `npm i -g react-native-cli`