wonday / react-native-pdf

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

importing requireNativeComponent for windows OS #752

Closed mkmorfess closed 1 year 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

... 🦗