react-native-easy-toast icon indicating copy to clipboard operation
react-native-easy-toast copied to clipboard

position='bottom' should use bottom in style, not top

Open fungilation opened this issue 7 years ago • 0 comments

https://github.com/crazycodeboy/react-native-easy-toast/blob/master/index.js#L105

This line means I have no way to control layout of the toast to have a constant positioning of X pixels away from the bottom of screen, as measured from the bottom of the toast. When position='bottom', the style logic should switch to using bottom: {positionValue} instead of top.

fungilation avatar Feb 07 '18 23:02 fungilation