Thomas Vo
Thomas Vo
@tlmader look no further. Check out OpenSpace Labs fork of [react-native-zoomable-view](https://www.npmjs.com/package/@openspacelabs/react-native-zoomable-view). Fyi this is officially the successor of this library. From the README: > What sets this library apart from...
@mahesh1996 this issue, however, happens even when I'm not using an array
@mahesh1996 yes, my font works in general, just not with global props. It works when I add `fontFamily` as inline style or in Stylesheet, but when I set it with...
@mahesh1996 while you're at it, can you take a look at https://github.com/Ajackster/react-native-global-props/issues/10 ? I suspect they're related. Thank you!
@mahesh1996 I got it on some elements too, but have deleted the code, will let you know if I happen to reproduce it.
Today you don't need this library anymore. You can just use ```ts import { Linking } from 'react-native'; Linking.sendIntent('android.settings.INTERNAL_STORAGE_SETTINGS'); ``` See a list of Settings Intent strings here https://developer.android.com/reference/android/provider/Settings#constants
@jamesdunay In the end I had to chop it up in multiple pieces
Probably relevant to https://github.com/sueLan/react-native-anchor-point/issues/12
Still happening on `@storybook/react-native: 5.3.25` Apparently this only happens when all these happen at the same time: - You have global decorators - You have fast refreshes triggered by editing...
> Thanks for the PR. However, this change produces type errors. Can you take a look at them? I believe the master branch had these errors at the time. I'll...