native-base-docs
native-base-docs copied to clipboard
DeckSwiper missing looping prop from TypeScript
v2.13.0 docs mention a looping prop. However, in Typescript I get
Property 'looping' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<DeckSwiper> & Readonly<DeckSwiper> & Readonly<...>'.
Looking at the type definitions looping?:boolean is missing from the DeckSwiper interface