Ross Miller

Results 8 comments of Ross Miller
trafficstars

The issue exists on v3.9.0 too. v3.8.1 is fine though. I'm testing with a custom text component like so: `"react-native/no-raw-text": [2, { "skip": [ "Label" ] }],`

allowFontScaling is definitely needed. Support for maxFontSizeMultiplier would also be appreciated.

Pull request to fix this: https://github.com/jpapillon/react-native-carousel-pager/pull/24

Here's more info on the change and a suggested workaround: https://github.com/oblador/react-native-collapsible/pull/384#issue-549362196 Side note: I'm working around this by dynamically only requiring react-native-root-toast when `Platform.OS !== 'web'`. Instead of showing the...

I had this issue too with Ionicons (tested on iOS) after upgrading react-native-vector-icons, but not upgrading native-base. I resolved it by upgrading native-base to the latest version, then verified that...

@jbromberg Check the font file that's included in your iOS or Android project and see if it's being included by a dependency other than react-native-vector-icons. In my case, I looked...

+1 I'm using iOS 11 and react-native-splash-screen 3.0.1

@mehimanshupatil I'm using react-native-web 0.13.18 and I was able to get all of these props to work: ``` onClick onFocus onMouseDown onMouseEnter onMouseLeave onMouseMove onMouseOut onMouseOver onMouseUp ``` Specifically I...