**  Begin with determining which screens you will need 




/// Basic functional component set up

Import {View, Text, StyleSheet} from "react-native";

const  "" = props => {
  
}

const styles = StyleSheet.create({
  
})

export default ""