diff --git a/.env.sentry-build-plugin b/.env.sentry-build-plugin new file mode 100644 index 0000000..9ef4f71 --- /dev/null +++ b/.env.sentry-build-plugin @@ -0,0 +1 @@ +SENTRY_ALLOW_FAILURE=true \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 41173d6..4a5f10f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "react-native-modal": "^14.0.0-rc.1", "react-native-orientation-locker": "^1.7.0", "react-native-paper": "^5.13.1", - "react-native-reanimated": "~3.16.1", + "react-native-reanimated": "^3.18.0", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.4.0", "react-native-svg": "^15.11.2", @@ -12525,6 +12525,16 @@ "react-native": ">=0.60.5" } }, + "node_modules/react-native-is-edge-to-edge": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.7.tgz", + "integrity": "sha512-EH6i7E8epJGIcu7KpfXYXiV2JFIYITtq+rVS8uEb+92naMRBdxhTuS8Wn2Q7j9sqyO0B+Xbaaf9VdipIAmGW4w==", + "license": "MIT", + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, "node_modules/react-native-modal": { "version": "14.0.0-rc.1", "resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-14.0.0-rc.1.tgz", @@ -12617,9 +12627,9 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.16.7", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.16.7.tgz", - "integrity": "sha512-qoUUQOwE1pHlmQ9cXTJ2MX9FQ9eHllopCLiWOkDkp6CER95ZWeXhJCP4cSm6AD4jigL5jHcZf/SkWrg8ttZUsw==", + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.18.0.tgz", + "integrity": "sha512-eVcNcqeOkMW+BUWAHdtvN3FKgC8J8wiEJkX6bNGGQaLS7m7e4amTfjIcqf/Ta+lerZLurmDaQ0lICI1CKPrb1Q==", "license": "MIT", "dependencies": { "@babel/plugin-transform-arrow-functions": "^7.0.0-0", @@ -12632,7 +12642,8 @@ "@babel/plugin-transform-unicode-regex": "^7.0.0-0", "@babel/preset-typescript": "^7.16.7", "convert-source-map": "^2.0.0", - "invariant": "^2.2.4" + "invariant": "^2.2.4", + "react-native-is-edge-to-edge": "1.1.7" }, "peerDependencies": { "@babel/core": "^7.0.0-0", diff --git a/package.json b/package.json index 911c641..1717d83 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "react-native-modal": "^14.0.0-rc.1", "react-native-orientation-locker": "^1.7.0", "react-native-paper": "^5.13.1", - "react-native-reanimated": "~3.16.1", + "react-native-reanimated": "^3.18.0", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.4.0", "react-native-svg": "^15.11.2",