-
Notifications
You must be signed in to change notification settings - Fork 3
Revert "Revert "Rn 76.9"" #3001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
* feat(navigation): update bottom tabs patch for v7.3.15 * fix(navigation): resolve splash screen freezing after React Navigation upgrades - Remove NavigationContainer ready state blocking children render - Add mounted state check to AnimatedSplashScreen animation callback - Fixes deadlock where navigation ready and app render were dependent on each other - Resolves splash screen freezing issue introduced by package upgrades * fix(navigation): add missing fonts property to NavigationContainer theme - Add fonts configuration to navigationTheme in main and test files - Map React Navigation font weights to existing Inter font family - Resolves 'Cannot read property regular of undefined' error after splash - Fixes theme compatibility with upgraded React Navigation packages * fix(notification): resolve double animation issue in toggle switches - Implement optimistic updates for immediate UI feedback - Remove redundant updateTags() calls that caused race conditions - Add loading state to prevent rapid toggling - Improve error handling with revert mechanism - Optimize renderItem memoization for better performance * chore(bump): dependencies * fix(pin screen): add insets awareness * fix(notifications): use optimistic updates to prevent switch animation flicker * fix(packages): bump versions * chore(permission): add biometrics * fix(input): alignment android * chore(package): performance improvements
ios/Podfile.lock
Outdated
| ExpoFont: f354e926f8feae5e831ec8087f36652b44a0b188 | ||
| ExpoHaptics: 8d199b2f33245ea85289ff6c954c7ee7c00a5b5d | ||
| ExpoKeepAwake: b0171a73665bfcefcfcc311742a72a956e6aa680 | ||
| ExpoLocalAuthentication: eb2be9c7bcdc68e9434d4be4bb5aa5cf7943e816 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛑 Gitleaks has detected a secret with rule-id generic-api-key in commit d7e107d.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore file and commit the change to this branch.
echo d7e107dc3d14a87d4bfd5529bb730c7ddce85f51:ios/Podfile.lock:generic-api-key:2899 >> .gitleaksignore
ios/Podfile.lock
Outdated
| fmt: 01b82d4ca6470831d1cc0852a1af644be019e8f6 | ||
| glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a | ||
| hermes-engine: 9e868dc7be781364296d6ee2f56d0c1a9ef0bb11 | ||
| jail-monkey: 9298d04aa09f8c9cdcf04e7bf597ea423b52b5bf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛑 Gitleaks has detected a secret with rule-id generic-api-key in commit d7e107d.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore file and commit the change to this branch.
echo d7e107dc3d14a87d4bfd5529bb730c7ddce85f51:ios/Podfile.lock:generic-api-key:2908 >> .gitleaksignore
ios/Podfile.lock
Outdated
| RNFlashList: 648e2273693600985aaa72a2ef4700e815500901 | ||
| RNGestureHandler: 9c8bf98209e658e1ceb13026f176e4ede1f24491 | ||
| RNInAppBrowser: 6d3eb68d471b9834335c664704719b8be1bfdb20 | ||
| RNKeychain: df33ae4d27df06622fc14190b790ba8749f6be76 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛑 Gitleaks has detected a secret with rule-id generic-api-key in commit d7e107d.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore file and commit the change to this branch.
echo d7e107dc3d14a87d4bfd5529bb730c7ddce85f51:ios/Podfile.lock:generic-api-key:3002 >> .gitleaksignore
|
…n babel config and index.js
|




Reverts #2996