Sam Doyle
Sam Doyle
If you wanted to, I imagine you could even add an optional prop for ActionButton of `useNativeDriver`, which would default to false. And then use that value in the two...
I used this library instead: https://github.com/zoontek/react-native-localize#gettimezone
@mtettmar [your comment](https://github.com/react-native-community/push-notification-ios/issues/107#issuecomment-627365701) fixes the issue for me, however, this change results in my app requesting push notification permissions on app launch, rather than waiting until a user logs in...
@TommyLeong I did not find a solution using this library. I ended up not using this library for push notification handling, using `@react-native-firebase/messaging` instead
I had this issue, so I manually copied the `RNReactNativeDocViewer.xcodeproj` from `node_modules/react-native-doc-viewer/ios` to my projects "Libraries" section in xcode, then manually added `libRNReactNativeDocViewer.a` from the "products" section to "Linked Frameworks...
@peni4142 good point, my comment only fixes on ios. Not sure how to manually import on windows...
For those of you having issues with the automatic installation on android, have you also tried using the [manual android installation instructions](https://github.com/philipphecht/react-native-doc-viewer#android)?
I'm also running into this issue. Just a guess (I'm not very familiar with objective c), could it be a url encoding issue? Seems like there's some encoding being done...
@MaxToyberman would you mind taking a look at this, and merging it if it's ok?
I'm seeing this issue as well, but if I'm not mistaken, this is an issue with react-native itself, not this library. I.e. you're importing `Dimensions` from react-native, and when the...