dancormier / react-native-swipeout

iOS-style swipeout buttons behind component
MIT License
2.62k stars 649 forks source link

Fix compile error TS2605 #239

Closed Martin-Stark closed 6 years ago

Martin-Stark commented 6 years ago

Fix compile error TS2605: JSX element type 'Swipeout' is not a constructor function for JSX elements. Property 'render' is missing in type 'Swipeout'.

hironarita commented 6 years ago

@dancormier Could we get this PR merged?