Add a server instance selector and drop env vars
This commit is contained in:
parent
9a6df95ade
commit
3725a2eed1
14 changed files with 383 additions and 174 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue