Skip to content

Commit 8a830e0

Browse files
Fix: Use @components/ScrollView instead of react-native ScrollView
Co-authored-by: Carlos Martins <luacmartins@users.noreply.github.com>
1 parent fe44fcd commit 8a830e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/workspace/rules/SpendRules/SpendRuleCardPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import {useFocusEffect} from '@react-navigation/native';
22
import React, {useCallback, useEffect, useState} from 'react';
3-
import {ScrollView} from 'react-native';
43
import type {OnyxEntry} from 'react-native-onyx';
54
import BlockingView from '@components/BlockingViews/BlockingView';
65
import FormAlertWithSubmitButton from '@components/FormAlertWithSubmitButton';
76
import FullScreenLoadingIndicator from '@components/FullscreenLoadingIndicator';
87
import HeaderWithBackButton from '@components/HeaderWithBackButton';
98
import ScreenWrapper from '@components/ScreenWrapper';
9+
import ScrollView from '@components/ScrollView';
1010
import SelectionList from '@components/SelectionList';
1111
import CardListItem from '@components/SelectionList/ListItem/CardListItem';
1212
import type {AdditionalCardProps} from '@components/SelectionList/ListItem/CardListItem';

0 commit comments

Comments
 (0)