File tree Expand file tree Collapse file tree 3 files changed +458
-954
lines changed Expand file tree Collapse file tree 3 files changed +458
-954
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 " ,
14+ "@react-native/eslint-config" : " ^0.72.1 " ,
1515 "@tsconfig/react-native" : " ^2.0.2" ,
16- "@types/jest" : " ^29.2.3" ,
1716 "@types/react" : " ^18.0.24" ,
1817 "eslint" : " ^8.19.0" ,
1918 "glob-promise" : " ^4.2.2" ,
20- "metro-react-native-babel-preset" : " 0.73.3 " ,
19+ "metro-react-native-babel-preset" : " 0.75.1 " ,
2120 "prettier" : " ^2.4.1" ,
2221 "react" : " 18.2.0" ,
23- "react-native" : " ^0.71 .0-rc.5 " ,
22+ "react-native" : " ^0.72 .0-rc.0 " ,
2423 "typescript" : " 4.8.4"
2524 }
2625}
You can’t perform that action at this time.
0 commit comments