V
Вот так?
Size: a a a
V
I
I
Y
MY
<ScrollViewstyle={{minHeight: 600}}>
<HistoryItem />
<AllProducts />
<HistoryItem />
</ScrollView>
const AllProducts = ({AppStore}) => {
const navigation = useContext(NavigationContext);
return (
<TouchableOpacity
style={styles.wrapper}
onPress={() => {
Alert.alert('Wrong number', 'Please enter number with country code', [
{
text: 'OK',
onPress: () => {}
},
]);
navigation.navigate('chooseContactScreen')
}}>
</TouchableOpacity>
);
};
ЮС
MY
ЮС
MY
ЮС
I
ЮС
MY
MY
MY
ЮС
ЮС
ЮС
ЮС