santomegonzalo / react-native-floating-action

Material design action button for React Native
MIT License
489 stars 180 forks source link

distanceToEdge not working horizontally #216

Closed JacquesLG closed 2 years ago

JacquesLG commented 2 years ago

distanceToEdge is not working vertically.

<FloatingAction
       actions={actions}
       position={'left'}
       distanceToEdge={{vertical: 150, horizontal: 30 }}
       onPressItem={name => {
         console.log(`selected button: ${name}`);
       }}
     />
JacquesLG commented 2 years ago

Was an issue with Fast Refresh