File tree Expand file tree Collapse file tree 3 files changed +615
-1215
lines changed Expand file tree Collapse file tree 3 files changed +615
-1215
lines changed Original file line number Diff line number Diff line change 11module . exports = {
22 root : true ,
3- extends : '@react-native-community ' ,
3+ extends : '@react-native' ,
44 rules : {
55 // Many existing inline styles in examples
66 'react-native/no-inline-styles' : 'off' ,
Original file line number Diff line number Diff line change 1111 "@babel/core" : " ^7.12.9" ,
1212 "@babel/preset-env" : " ^7.14.0" ,
1313 "@babel/runtime" : " ^7.12.5" ,
14- "@react-native-community/eslint-config" : " ^3.0.0" ,
1514 "@react-native-community/slider" : " ^4.4.2" ,
15+ "@react-native/eslint-config" : " ^0.72.1" ,
1616 "@tsconfig/react-native" : " ^2.0.2" ,
17- "@types/jest" : " ^29.2.3" ,
1817 "@types/react" : " ^18.0.24" ,
1918 "eslint" : " ^8.19.0" ,
2019 "glob-promise" : " ^4.2.2" ,
21- "metro-react-native-babel-preset" : " 0.73.3 " ,
20+ "metro-react-native-babel-preset" : " 0.75.1 " ,
2221 "prettier" : " ^2.4.1" ,
2322 "react" : " 18.2.0" ,
24- "react-native" : " ^0.71 .0-rc.5 " ,
23+ "react-native" : " ^0.72 .0-rc.2 " ,
2524 "typescript" : " 4.8.4"
2625 }
2726}
You can’t perform that action at this time.
0 commit comments