-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Missing loading style on Button component #4127
Copy link
Copy link
Closed
Labels
v3V3V3
Description
Describe the bug
Missing loading style on Button component
To Reproduce
Steps to reproduce the behaviour:
- Go to Docs
- See error
Expected behaviour
Button has loading style.
Platform
- NativeBase version [3.2.0]
- Expo sdk version [42]
Additional information
NativeBase/src/hooks/useThemeProps/propsFlattener.tsx
Lines 35 to 37 in 723ea5f
| const pseudoPropsMap: any = { | |
| _web: { dependentOn: 'platform', priority: SPECIFICITY_10 }, | |
| _ios: { dependentOn: 'platform', priority: SPECIFICITY_10 }, |
Maybe is missing isLoading state there.
Unable to get the full props from the theme variants function since v3.2 ...
Reactions are currently unavailable
