react-native-deck-swiper
react-native-deck-swiper copied to clipboard
Fix props type definition for React 18
This PR fixes an issue related to using this component in a project with React 18 where the children prop is not included by default by the Component class, causing the following error:
Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<Swiper> & Readonly<{}>'
Are there any problems with this PR, I am facing the same problem and think this should be merged
@greeeg @wr1159 in order to get this merged and release, please bump the package's patch version and let me know.