Replies: 2 comments
-
Yeah, When I use js, its okay, but with tsx I get same error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's because the SpeedDialProps expects multiple children. If you have two |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using
@rneui/themed@4.0.0-rc.1
viagithub:react-native-elements/react-native-elements#themed
install.I am adding a
SpeedDial
and with theSpeedDial.Action
component , as achild
of the parent.When adding the Action child, Typescript yells about:
Is there something wrong with my code or is it the lib? I am using version:
Beta Was this translation helpful? Give feedback.
All reactions