GeekyAnts / GeekyAnts/NativeBase

Spinner with animating={false} still shown (animating prop is not passed to ActivityIndicator)

Open
#5,642 0 comments 0 reactions 0 assignees View on GitHub
bug triage v3
Dominant language
TypeScript
Stars
20.4k
Forks
2.4k
PR merge metrics
No merged PRs in 30d

Description

### Description

Spinner with animating={false} still shown (animating prop is not passed to ActivityIndicator)

### CodeSandbox/Snack link

https://snack.expo.dev/GE_VJd_amh

### Steps to reproduce

```jsx

```

The spinner should not be shown, but it is.

### NativeBase Version

3.4.25

### Platform

- [ ] Android
- [ ] CRA
- [ ] Expo
- [X] iOS
- [ ] Next

### Other Platform

_No response_

### Additional Information

https://github.com/GeekyAnts/NativeBase/blob/master/src/components/primitives/Spinner/index.tsx

```jsx
return (

);
```

There is no animating prop passed to it.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.