GeekyAnts / GeekyAnts/NativeBase
Native base icons
Open
bug
triage
v3
- Dominant language
- TypeScript
- Stars
- 20.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Description
ArrowBackIcon and other icons don't have declared types properly.
### CodeSandbox/Snack link
https://codesandbox.com
### Steps to reproduce
it only is showing few props
```export declare const ArrowBackIcon: React.MemoExoticComponent & React.RefAttributes>>;
```
but when we try to add styling it is working on it. it means it has type declaration issue
### NativeBase Version
3.4.25
### Platform
- [X] Android
- [ ] CRA
- [ ] Expo
- [ ] iOS
- [ ] Next
### Other Platform
_No response_
### Additional Information
native base icons type declaration not working properly.
Contributor guide
Assessment
This issue has not been assessed yet.