Is there an existing issue for this?
Explain what you did
Set placement={'left'} on SpeedDial and only the speed dial button moved left while the speed dial actions stayed right instead of the speed dial button and its actions.
Expected behavior
Whole component should move right with the speed dial actions being placed above the speed dial behaviour on the left
Describe the bug
only the speed dial button moved left instead of the speed dial button and its actions
Steps To Reproduce
<SpeedDial
placement={'left'}>
...
</SpeedDial>
Screenshots

Your Environment
react-native-elements: 3.4.2
react-native: 0.64.3
Is there an existing issue for this?
Explain what you did
Set
placement={'left'}onSpeedDialand only the speed dial button moved left while the speed dial actions stayed right instead of the speed dial button and its actions.Expected behavior
Whole component should move right with the speed dial actions being placed above the speed dial behaviour on the left
Describe the bug
only the speed dial button moved left instead of the speed dial button and its actions
Steps To Reproduce
<SpeedDial placement={'left'}> ... </SpeedDial>Screenshots
Your Environment