react-native-easy-toast
react-native-easy-toast copied to clipboard
position='bottom' is not working
how can I fix this ?
can you post your code please?
sorry, I cannot post the code, as I already completed the project using some other alternative, Though even the sample code was giving the error:
<Toast
ref="toast"
style={{backgroundColor:'red'}}
position='top' /*HERE when using 'bottom' */
positionValue={200}
fadeInDuration={750}
fadeOutDuration={1000}
opacity={0.8}
textStyle={{color:'red'}}
/>
PS, It must be my device issue, you can close this issue if you want to sir
Was you screen rotated? Please check out https://github.com/crazycodeboy/react-native-easy-toast/pull/50