callstack / callstack/react-native-paper
Is it possible to control the borderRadius of animatedFAB?
Open
question
- Dominant language
- TypeScript
- Stars
- 14.5k
- Forks
- 2.2k
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 12
Description
### Ask your Question
Is it possible to control the borderRadius of animatedFAB? I had a look at the source code and saw hardcoding:
```
const borderRadius = SIZE / (isV3 ? 3.5 : 2);
```
Contributor guide
Assessment
This issue has not been assessed yet.