GeekyAnts / GeekyAnts/native-base-docs
DeckSwiper missing looping prop from TypeScript
- Dominant language
- HTML
- Stars
- 71
- Forks
- 242
- PR merge metrics
- No merged PRs in 30d
Description
v2.13.0 docs mention a `looping` prop. However, in Typescript I get
```
Property 'looping' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly<...>'.
```
Looking at the type definitions `looping?:boolean` is missing from the DeckSwiper interface
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the DeckSwiper TypeScript interface in the type definitions and compare it with the v2.13.0 documentation for the component. Confirm the missing looping prop's expected type, add the corresponding definition, and verify that a TypeScript consumer can pass looping without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100