react-native-print
react-native-print copied to clipboard
PDF print attempt causes crash on iOS17+
Hi
The app crashes on attempt to print a remote PDF document which contains more then 1 page. Exception:
NSInvalidArgumentException: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1]
Reproduces 100% cases on iOS17, [email protected] ([email protected]) Usage code example:
import RNPrint from 'react-native-print';
await RNPrint.print({
filePath: 'https://exmaple.com/some-document.pdf',
});
+1 same bug
+1 same bug