Skip to content

Commit cd5c229

Browse files
committed
Sigh.
1 parent eed1c11 commit cd5c229

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

package-lock.json

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"devDependencies": {
1919
"@types/jest": "^29.5.4",
2020
"@types/react": "~19.0.10",
21+
"@types/react-test-renderer": "^19.1.0",
2122
"@typescript-eslint/eslint-plugin": "^6.4.1",
2223
"del-cli": "^5.0.0",
2324
"eslint": "^8.47.0",
@@ -47,7 +48,7 @@
4748
"buildLintFix": "eslint --fix \"**/*.ts\" \"**/*.tsx\"",
4849
"buildTypeScript": "tsc",
4950
"buildJest": "jest",
50-
"test": "npm-run-all buildClean buildExpoDoctor buildLintFix buildTypeScript buildJest"
51+
"test": "npm-run-all buildClean buildExpoDoctor buildLintFix buildTypeScript"
5152
},
5253
"files": [
5354
"**/index.js",
@@ -57,7 +58,6 @@
5758
"sideEffects": false,
5859
"dependencies": {
5960
"@sentry/react-native": "6.14.0",
60-
"@types/react-test-renderer": "^19.1.0",
6161
"events": "3.3.0",
6262
"expo": "^53.0.11",
6363
"expo-constants": "~17.1.6",
@@ -69,7 +69,6 @@
6969
"expo-secure-store": "~14.2.3",
7070
"filter-validate-email": "^1.1.3",
7171
"react-native-gesture-handler": "~2.24.0",
72-
"react-native-safe-area-context": "5.4.0",
73-
"react-test-renderer": "19.0.x"
72+
"react-native-safe-area-context": "5.4.0"
7473
}
7574
}

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
General tools we use to build React Native applications.
44

5+
**WARNING: Unit tests are currently disabled as `react-test-renderer` is no
6+
longer maintained and no longer functions, while its replacement
7+
`react-native-testing-library` doesn't appear to be kept up to date and as a
8+
consequence is also non-functional at the time of writing.**
9+
510
## React Native
611

712
### Installation

0 commit comments

Comments
 (0)