Skip to content

Instantly share code, notes, and snippets.

@andreferi3
Created March 15, 2022 08:23
Show Gist options
  • Select an option

  • Save andreferi3/4f0b6ea7eb7a56fadb2f980f6a690292 to your computer and use it in GitHub Desktop.

Select an option

Save andreferi3/4f0b6ea7eb7a56fadb2f980f6a690292 to your computer and use it in GitHub Desktop.
Create Own Project React Native Template
{
"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 <[email protected]>",
"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