Add a server instance selector and drop env vars

This commit is contained in:
Paul Frazee 2022-11-15 15:09:50 -06:00
parent 9a6df95ade
commit 3725a2eed1
14 changed files with 383 additions and 174 deletions

View file

@ -170,6 +170,7 @@ export const MobileShell: React.FC = observer(() => {
<SafeAreaView style={styles.innerContainer}>
<Login />
</SafeAreaView>
<Modal />
</LinearGradient>
)
}
@ -294,6 +295,7 @@ function constructScreenRenderDesc(nav: NavigationModel): {
const styles = StyleSheet.create({
outerContainer: {
height: '100%',
flex: 1,
},
innerContainer: {
flex: 1,