Henning Hall

Results 71 comments of Henning Hall

Solved it by changing `jest.config.js` to this: ```diff transformIgnorePatterns: [ - 'node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|rollbar-react-native|@fortawesome|@react-native|@react-navigation)' + 'node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|rollbar-react-native|@fortawesome|@react-native|@react-navigation|recoil)' ], moduleNameMapper: { + recoil: 'recoil/native' } ```

Thanks for your answer! >We do offer versioned CocoaPod podspecs for each release if you would prefer: https://www.pdftron.com/documentation/ios/get-started/integration/cocoapods/#option-2 Oh that's nice! That would work better, but how do we know...

@darrenchann sure! Here it is: https://testibinderstatic.z16.web.core.windows.net/test/A03-57-002.PDF

@darrenchann Here is a fully working sample: Just copy paste it into the App.js file of any project with PDFtron installed. It will look like this: ```jsx import {DocumentView, RNPdftron}...

Thanks a lot! The `scale` solved my initial issue. Your example code seems not to work on all devices though, this is on a Pixel 2 Feel free to close...

Yes this happens because maximumDate and minimumDate also takes hours and minutes into consideration. Make sure your Date object has hours and minutes set to 00:00 if that is what...

Okay, yeah I would like to add a annotation on the fly without using the built-in GUI for this, is that possible? If not, do you have any idea about...

Can you see any error in the android logs (LogCat) when this happens?

Interesting, I fully understand how this could be an issue. I will try to fix this or find a workaround for it at some point. If this is a big...

Didn't manage to reproduce this, what version of react native and react native date picker are you using?