File tree Expand file tree Collapse file tree 6 files changed +17
-68
lines changed Expand file tree Collapse file tree 6 files changed +17
-68
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ build/
30
30
local.properties
31
31
*.iml
32
32
33
+ # Visual Studio Code
34
+ #
35
+ .vscode/
36
+
33
37
# node.js
34
38
#
35
39
node_modules/
Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ bracketSpacing : false ,
3
+ jsxBracketSameLine : true ,
4
+ singleQuote : true ,
5
+ trailingComma : 'all' ,
6
+ } ;
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ target 'HelloWorld' do
6
6
pod 'React' , :path => '../node_modules/react-native/'
7
7
pod 'React-Core' , :path => '../node_modules/react-native/React'
8
8
pod 'React-DevSupport' , :path => '../node_modules/react-native/React'
9
- pod 'React-fishhook' , :path => '../node_modules/react-native/Libraries/fishhook'
10
9
pod 'React-RCTActionSheet' , :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
11
10
pod 'React-RCTAnimation' , :path => '../node_modules/react-native/Libraries/NativeAnimation'
12
11
pod 'React-RCTBlob' , :path => '../node_modules/react-native/Libraries/Blob'
Original file line number Diff line number Diff line change 8
8
},
9
9
"dependencies" : {
10
10
"react" : " 16.8.6" ,
11
- "react-native" : " 0.60.3 "
11
+ "react-native" : " 0.60.5 "
12
12
},
13
13
"devDependencies" : {
14
14
"@babel/core" : " ^7.5.0" ,
15
15
"@babel/runtime" : " ^7.5.0" ,
16
16
"@react-native-community/eslint-config" : " ^0.0.3" ,
17
- "@types/jest" : " ^24.0.15 " ,
18
- "@types/react" : " ^16.8.23 " ,
19
- "@types/react-native" : " ^0.60.1 " ,
20
- "@types/react-test-renderer" : " ^16.8.2 " ,
17
+ "@types/jest" : " ^24.0.18 " ,
18
+ "@types/react" : " ^16.9.2 " ,
19
+ "@types/react-native" : " ^0.60.14 " ,
20
+ "@types/react-test-renderer" : " ^16.9.0 " ,
21
21
"babel-jest" : " ^24.1.0" ,
22
22
"jest" : " ^24.1.0" ,
23
- "metro-react-native-babel-preset" : " ^ 0.54.1" ,
23
+ "metro-react-native-babel-preset" : " 0.54.1" ,
24
24
"react-test-renderer" : " 16.8.6" ,
25
- "typescript" : " ^3.5 .3"
25
+ "typescript" : " ^3.6 .3"
26
26
},
27
27
"jest" : {
28
28
"preset" : " react-native" ,
You can’t perform that action at this time.
0 commit comments