Created
March 15, 2022 08:23
-
-
Save andreferi3/4f0b6ea7eb7a56fadb2f980f6a690292 to your computer and use it in GitHub Desktop.
Create Own Project React Native Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "react-native-template-bistech", | |
| "version": "0.0.1", | |
| "description": "Clean and minimalist React Native template for a quick start with TypeScript with some cool configuration.", | |
| "files": [ | |
| "bistechTemplate", | |
| "template.config.js" | |
| ], | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/andreferi3/react-native-template-bistech.git" | |
| }, | |
| "keywords": [ | |
| "react-native", | |
| "typescript", | |
| "jest", | |
| "template", | |
| "boilerplate" | |
| ], | |
| "author": "Andre Feri Saputra <hi@andreferi.me>", | |
| "license": "MIT", | |
| "bugs": { | |
| "url": "hhttps://github.com/andreferi3/react-native-template-bistech/issues" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment