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

position='bottom' is not working

Open karanpratapsingh opened this issue 7 years ago • 3 comments

how can I fix this ?

karanpratapsingh avatar May 19 '18 05:05 karanpratapsingh

can you post your code please?

renatobenks-zz avatar May 25 '18 23:05 renatobenks-zz

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

karanpratapsingh avatar May 26 '18 15:05 karanpratapsingh

Was you screen rotated? Please check out https://github.com/crazycodeboy/react-native-easy-toast/pull/50

sesm avatar Mar 15 '19 09:03 sesm