mochixuan / react-native-smart-tip

🔥🔥🔥Toast , SnackBar , Modal , Show Toast above Modal
248 stars 37 forks source link

inEasing not working for android #25

Closed girish54321 closed 4 years ago

girish54321 commented 4 years ago

inEasing not working in android (debug) not tested in APK

data: "", textColor: "#ffffff", backgroundColor: error ? "#ff490b" : CONST.APP_COLOR, duration: WToast.duration.LONG, position: WToast.position.BOTTOM, isShowShadow: false, inEasing: Easing.ease,

mochixuan commented 4 years ago

You can try Easing.inOut(Easing.ease),If react-native can be achieved, this can certainly be achieved

girish54321 commented 4 years ago

@mochixuan No not working man / woman but IOS works..
android not working....

mochixuan commented 4 years ago

inEasing: Easing.ease is allowed on Android phones (Xiaomi 6), what is your phone model

girish54321 commented 4 years ago

@mochixuan Samsung A9 pro (2016) but no problem snack bar works nicely. Thanks...