FAB fix | TP-61793 | TP-61794 | TP-61795 (#10634)
Co-authored-by: Shivam Goyal <shivam.goyal@navi.com>
This commit is contained in:
@@ -55,8 +55,8 @@ const QuoteOfferScreen = ({
|
||||
|
||||
const fabTextStyle = useAnimatedStyle(() => {
|
||||
return {
|
||||
width: withTiming(
|
||||
y.value < lastScrollPosition.value || y.value <= 0 ? 90 : 0,
|
||||
maxWidth: withTiming(
|
||||
y.value < lastScrollPosition.value || y.value <= 0 ? 120 : 0,
|
||||
{ duration: 100 }
|
||||
),
|
||||
paddingRight: withTiming(
|
||||
|
||||
Reference in New Issue
Block a user