We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6769fca commit 7714a5aCopy full SHA for 7714a5a
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-paper",
3
- "version": "5.0.0-rc.4",
+ "version": "5.0.0-rc.5",
4
"description": "Material design for React Native",
5
"main": "lib/commonjs/index.js",
6
"module": "lib/module/index.js",
@@ -114,7 +114,9 @@
114
"setupFiles": [
115
"<rootDir>/testSetup.js"
116
],
117
- "setupFilesAfterEnv": ["@testing-library/jest-native/extend-expect"],
+ "setupFilesAfterEnv": [
118
+ "@testing-library/jest-native/extend-expect"
119
+ ],
120
"cacheDirectory": "./cache/jest",
121
"modulePathIgnorePatterns": [
122
"<rootDir>/example/node_modules",
0 commit comments