react-native-readium icon indicating copy to clipboard operation
react-native-readium copied to clipboard

fix: fix ref cannot be passed to functional components

Open adesege opened this issue 1 year ago • 2 comments

ReadiumView component is not wrapped with forwardRef which causes React to error out that ref cannot be passed to functional components.

This PR fixes that.

adesege avatar Jun 12 '23 10:06 adesege