Skip to content

Commit 5102335

Browse files
committed
Remove typing
1 parent 716094f commit 5102335

File tree

5 files changed

+6
-14
lines changed

5 files changed

+6
-14
lines changed

.npmignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
example/
2-
typings/
32
.idea/
43
.watchmanconfig
5-
.eslintrc
6-
typings.json
4+
.eslintrc

example/index.android.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/// <reference path="../typings/index.d.ts" />
2-
31
/**
42
* Sample React Native App
53
* https://github.com/facebook/react-native

example/index.ios.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/// <reference path="../typings/index.d.ts" />
2-
31
/**
42
* Sample React Native App
53
* https://github.com/facebook/react-native

example/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
"start": "node node_modules/react-native/local-cli/cli.js start"
77
},
88
"dependencies": {
9-
"react-native": "0.42.3",
109
"react": "15.4.2",
10+
"react-native": "0.42.3",
1111
"react-native-custom-tabs": "file:.."
12+
},
13+
"devDependencies": {
14+
"@types/react": "15.0.39",
15+
"@types/react-native": "0.42.3"
1216
}
1317
}

typings.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)