File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed
Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
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}
Original file line number Diff line number Diff line change 22
33General 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
You can’t perform that action at this time.
0 commit comments