import React from 'react' import {ActivityIndicator, View} from 'react-native' import {s} from 'lib/styles' import {CenteredView} from './Views' export function LoadingScreen() { return ( ) }