Thomas Vo

Results 16 issues of Thomas Vo

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Related to: https://github.com/itinance/react-native-fs/issues/760 Here is the...

**Motivation** Having a Route Parameters system is good and `navigator.navigate` can type check just fine, but the screen itself is not guaranteed to match the correct route params signature. These...

needs response
first pull request

``` const customTextProps = { style: { fontFamily: 'Nunito Sans' } }; setCustomText(customTextProps); ``` When using the Inspector, the Text component's fontFamily still shows up as `System`. Apparently, react-native automatically...

``` this.props = { ...this.props, style: [customProps.style, this.props.style] }; ``` when `this.props.style` is an array, this will not work properly. In my case, it ignores customProps.style

MaskedView does not render if height is larger than 731px and/or width is larger than screen width. This is reproducible on both emulators and physical devices.

bug

> Android 5.0 (API 21) to Android 12 (API 31) support. Beware you cannot start uploads while your app is the background on Android 12 due to recent Service limitations...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

The [multiline comment](https://github.com/airbnb/javascript#comments--multiline) section says all multiline comments need to use the jsdoc syntax `/** */`. Is this right? Does the author mean "All jsdoc comments" instead of "multiline"? Otherwise,...

### Description We noticed that in RN, `onShouldBlockNativeResponder` does NOT have any effect on iOS. This is also mentioned in [RN documentation](https://reactnative.dev/docs/panresponder). However, when a **_RN View_** is used inside...

Missing info
Platform: iOS
Missing repro

### Description on iOS: - When the `title` option is used on `ScreenStackHeaderConfig`, then the long title works great. ![image](https://github.com/software-mansion/react-native-screens/assets/2142140/979c7b2f-f2a3-434b-b0be-36100cf60343) - However, when we use `ScreenStackHeaderCenterView`, the long title overlaps...

Missing info
Platform: iOS
Platform: Android
Missing repro