Matin Zadeh Dolatabad
Matin Zadeh Dolatabad
Improve tab navigator performance by enabling lazy mode to reduce memory usage on startup.
## Description Adding consent mode v2 to firebase analytics. Reference: https://developers.google.com/tag-platform/security/guides/app-consent ## Related Issues Fixes https://github.com/firebase/flutterfire/issues/12148 ## Checklist Before you create this PR confirm that it meets all requirements listed...
Font weights are being overridden when it's being passed from the component style properties. I don't know if that's gonna break the current implementation of other font icons, but as...
- [x] Review the documentation: https://github.com/oblador/react-native-vector-icons - [x] Search for existing issues (including closed issues): https://github.com/oblador/react-native-vector-icons/issues ## Environment ```json "react-native-vector-icons": "^9.2.0", "@types/react-native-vector-icons": "^6.4.13", ``` ## Description Some types are not...
- [x] Review the documentation: https://facebook.github.io/react-native - [x] Search for existing issues: https://github.com/facebook/react-native/issues - [x] Use the latest React Native release: https://github.com/facebook/react-native/releases ## Environment ``` System: OS: macOS 10.15 CPU:...
Can you explain why the minimum deployment target for iOS is set to 14 and point me to the relevant code that requires this minimum version? This can be a...
# Bug **NOTE: I am not sure if this issue is related to `react-native-reanimated` or `react-native-svg`** Passing `animatedProps` to `AnimatedSvgText` will crash on Android. ## Environment info React native info...
### Description There is an initial jump when calculating the boundaries of the view when using layout animations on initial render. It is more obvious on iOS but it also...
### How can we reproduce the crash? The code was up on production and I have no idea why. I will try to provide a repro. ### JavaScript/TypeScript code that...