We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f15ad94 + 5fae514 commit f3f4596Copy full SHA for f3f4596
boilerplate/.eslintrc.js
@@ -41,7 +41,9 @@ module.exports = {
41
],
42
},
43
44
- //react-native
+ // react
45
+ "react/prop-types": 0,
46
+ // react-native
47
"react-native/no-raw-text": 0,
48
// reactotron
49
"reactotron/no-tron-in-production": "error",
boilerplate/package.json
@@ -90,7 +90,7 @@
90
"postinstall-prepare": "1.0.1",
91
"prettier": "^3.3.3",
92
"react-test-renderer": "18.2.0",
93
- "reactotron-core-client": "^2.8.13",
+ "reactotron-core-client": "2.9.4",
94
"reactotron-mst": "^3.1.7",
95
"reactotron-react-js": "^3.3.11",
96
"reactotron-react-native": "^5.0.5",
0 commit comments