Skip to content

Commit e46bb23

Browse files
committed
chore: updates files
1 parent 2129c98 commit e46bb23

File tree

4 files changed

+28
-8
lines changed

4 files changed

+28
-8
lines changed

.npmignore renamed to .gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ buck-out/
6565
template/ios/Pods/
6666
template/android/build/
6767

68+
.DS_Store

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Osama Qarem
3+
Copyright (c) 2021 Henrique Marques
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# react-native-template
22

3-
[![Build Status](https://travis-ci.com/osamaq/react-native-template.svg?branch=master)](https://travis-ci.com/osamaq/react-native-template)
4-
[![npm downloads](https://img.shields.io/npm/dt/@osamaq/react-native-template.svg)](https://www.npmjs.com/package/@osamaq/react-native-template)
5-
[![npm version](https://img.shields.io/npm/v/@osamaq/react-native-template?color=44BC1C)](https://www.npmjs.com/package/@osamaq/react-native-template)
3+
[![Build Status](https://travis-ci.com/osamaq/react-native-template.svg?branch=master)](https://travis-ci.com/hmarques98/react-native-template-typescript)
4+
[![npm downloads](https://img.shields.io/npm/dt/@hmarques98/react-native-template.svg)](https://www.npmjs.com/package/@hmarques98/react-native-template-typescript)
5+
[![npm version](https://img.shields.io/npm/v/@hmarques98/react-native-template?color=44BC1C)](https://www.npmjs.com/package/@hmarques98/react-native-template-typescript)
66

77
<p align="center" >
88
<img

package.json

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hmarques98/react-native-template-typescript",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A minimal template with good architecture and common packages to let you focus on writing features right away.",
55
"scripts": {},
66
"files": [
@@ -12,12 +12,31 @@
1212
"url": "git+https://github.com/hmarques98/template-react-native-typescript.git"
1313
},
1414
"keywords": [
15-
"react",
16-
"native",
15+
"react-native",
16+
"typescript",
17+
"jest",
1718
"template",
1819
"boilerplate",
1920
"starter",
20-
"typescript"
21+
"typescript",
22+
"absolute",
23+
"imports",
24+
"navigation",
25+
"svg",
26+
"webview",
27+
"async",
28+
"storage",
29+
"styled",
30+
"components",
31+
"bundle",
32+
"visualiser",
33+
"husky",
34+
"git",
35+
"hooks",
36+
"startup",
37+
"time",
38+
"fast-image",
39+
"sentry"
2140
],
2241
"author": "Henrique Marques <marquesprogrammer@hotmail.com>",
2342
"license": "MIT",

0 commit comments

Comments
 (0)