CharlesB

Results 32 comments of CharlesB

Yeah i'm struggling to figure out how to apply a custom font to the items. Ive tried passing the fontFamily into, style and/or item style on the Picker as well...

I believe this is a patch that fixes the issue for me. I'll have to do further testing ```patch diff --git a/node_modules/react-native-render-html/src/elements/useIMGElementState.ts b/node_modules/react-native-render-html/src/elements/useIMGElementState.ts index 6590d21..834499d 100644 --- a/node_modules/react-native-render-html/src/elements/useIMGElementState.ts +++ b/node_modules/react-native-render-html/src/elements/useIMGElementState.ts...

Ok this new patch seems to have done the trick. ```patch diff --git a/node_modules/react-native-render-html/src/elements/useIMGElementState.ts b/node_modules/react-native-render-html/src/elements/useIMGElementState.ts index 6590d21..f4d6e16 100644 --- a/node_modules/react-native-render-html/src/elements/useIMGElementState.ts +++ b/node_modules/react-native-render-html/src/elements/useIMGElementState.ts @@ -41,24 +41,33 @@ function useImageNaturalDimensions(props: { ?...

I have set up appveyor to build this on my fork as a test, although not sure what do about the ios projects. https://ci.appveyor.com/project/CDBridger/xamarin-crossdownloadmanager

Sure, will look into it! EDIT: At a glance it looks like I would need to provide my own apple machine to do the builds which I don't currently have,...

Is there any where I can find details on the SDWebImage config? I have an offline first app so need the images to be cached to disk.

The library doesn't even say in the readme that the name is completely made up which has now come back to bite me in the butt. I've had an unrelated...

same happening for me. works on iPhone sim, hangs on android emulator. using version 5.0.1

I have the same issue, have both permissions in the manifest but it doesn't actual provide the permissions. ``` ``` EDIT: Seems like you need to prompt the user with...