Commit 5add8e1 1 parent 4502bc8 commit 5add8e1 Copy full SHA for 5add8e1
File tree 4 files changed +850
-1647
lines changed
4 files changed +850
-1647
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ presets : [ 'module:metro-react-native-babel-preset' ] ,
3
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 53
53
"eslint-plugin-prettier" : " ^3.0.1" ,
54
54
"eslint-plugin-react" : " ^7.12.4" ,
55
55
"jest" : " ^24.1.0" ,
56
- "metro-react-native-babel-preset" : " 0.48.1 " ,
56
+ "metro-react-native-babel-preset" : " ^0.52.0 " ,
57
57
"prettier" : " ^1.16.4" ,
58
58
"prettier-check" : " ^2.0.0" ,
59
59
"prop-types" : " ^15.6.2" ,
60
- "react" : " 16.6.0-alpha.8af6728 " ,
61
- "react-native" : " ^0.57.4 " ,
62
- "react-test-renderer" : " 16.6.0-alpha.8af6728 " ,
60
+ "react" : " 16.8.3 " ,
61
+ "react-native" : " ^0.58.5 " ,
62
+ "react-test-renderer" : " 16.8.3 " ,
63
63
"semantic-release" : " ^15.13.2"
64
64
},
65
65
"peerDependencies" : {
66
66
"prop-types" : " *" ,
67
67
"react" : " *" ,
68
68
"react-native" : " *"
69
69
},
70
+ "jest" : {
71
+ "preset" : " react-native" ,
72
+ "modulePathIgnorePatterns" : [
73
+ " react-native-fast-image-example*" ,
74
+ " react-native-fast-image-example-cocoapods*"
75
+ ]
76
+ },
70
77
"release" : {
71
78
"plugins" : [
72
79
" @semantic-release/commit-analyzer" ,
You can’t perform that action at this time.
0 commit comments