import React from 'react' import {Pressable, StyleSheet, View} from 'react-native' import {Text} from 'view/com/util/text/Text' import {s} from 'lib/styles' import {usePalette} from 'lib/hooks/usePalette' import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome' import {Button} from 'view/com/util/forms/Button' import {observer} from 'mobx-react-lite' import {ViewHeader} from 'view/com/util/ViewHeader' import {Trans} from '@lingui/macro' type Props = { next: () => void skip: () => void } export const WelcomeMobile = observer(function WelcomeMobileImpl({ next, skip, }: Props) { const pal = usePalette('default') return ( { return ( Skip ) }} /> Welcome to{' '} Bluesky Bluesky is public. Your posts, likes, and blocks are public. Mutes are private. Bluesky is open. Never lose access to your followers and data. Bluesky is flexible. Choose the algorithms that power your experience with custom feeds.