webraptor / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
126 stars 81 forks source link

Fix props type definition for React 18 #121

Open greeeg opened 8 months ago

greeeg commented 8 months ago

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<{}>'