wonday / react-native-pdf

A <Pdf /> component for react-native
MIT License
1.58k stars 534 forks source link

importing requireNativeComponent for windows OS #752

Closed mkmorfess closed 10 months ago

mkmorfess commented 1 year ago

Line 450 in index.js utilizes requireNativeComponent but it is not imported in causing build errors with react-native-windows

... 🦗