Код: Выделить всё
{isLoggedIn ? (
) : (
)}
< /code>
А вот код домашнего экрана:-< /p>
export const MainLayout: React.FC = ({ children }) => {
return (
{children}
);
};
const styles = StyleSheet.create({
gradient: {
flex: 1,
backgroundColor: '#FFAAFF',
},
container: {
flex: 1,
marginHorizontal: 16,
},
});
Подробнее здесь: https://stackoverflow.com/questions/796 ... act-native
Мобильная версия