Эта прокрутка работает на iOS, но не работает на устройствах Android. Полем TouchableOpaciity исчезает внизу, но прокрутка здесь не работает, это мой код: < /p>
import React from "react";
import { SafeAreaView } from "react-native-safe-area-context";
import { Image, ScrollView, Text, TouchableOpacity, View } from "react-native";
import icons from "@/constants/icons";
import images from "@/constants/images";
const Auth = () => {
const handleLogin = async () => {};
return (
Welcome To Real Scout
Let's Get You Closer To {"\n"}
Your Ideal Home
Login to Real Scout with Google
Continue with Google
);
};
export default Auth;
Подробнее здесь: https://stackoverflow.com/questions/794 ... is-set-100