File tree Expand file tree Collapse file tree 5 files changed +6
-14
lines changed Expand file tree Collapse file tree 5 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 1
1
example /
2
- typings /
3
2
.idea /
4
3
.watchmanconfig
5
- .eslintrc
6
- typings.json
4
+ .eslintrc
Original file line number Diff line number Diff line change 1
- /// <reference path="../typings/index.d.ts" />
2
-
3
1
/**
4
2
* Sample React Native App
5
3
* https://github.com/facebook/react-native
Original file line number Diff line number Diff line change 1
- /// <reference path="../typings/index.d.ts" />
2
-
3
1
/**
4
2
* Sample React Native App
5
3
* https://github.com/facebook/react-native
Original file line number Diff line number Diff line change 6
6
"start" : " node node_modules/react-native/local-cli/cli.js start"
7
7
},
8
8
"dependencies" : {
9
- "react-native" : " 0.42.3" ,
10
9
"react" : " 15.4.2" ,
10
+ "react-native" : " 0.42.3" ,
11
11
"react-native-custom-tabs" : " file:.."
12
+ },
13
+ "devDependencies" : {
14
+ "@types/react" : " 15.0.39" ,
15
+ "@types/react-native" : " 0.42.3"
12
16
}
13
17
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments