feat: update RefreshControl mocks in tests and improve error handling in useChangePassword hook
This commit is contained in:
@@ -35,7 +35,7 @@ export function TabNavigation({
|
||||
isSticky = false,
|
||||
wrapperStyle,
|
||||
onLayout,
|
||||
}: TabNavigationProps): JSX.Element {
|
||||
}: TabNavigationProps): React.ReactNode {
|
||||
const scrollViewRef = useRef<ScrollView>(null)
|
||||
const tabLayouts = useRef<{ x: number; width: number }[]>([])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user