[???] And just like that, it's gone.

This reverts commit 748640af56.
This commit is contained in:
Beef 2023-04-01 23:59:58 +01:00
parent 21fc6e86a8
commit 3082c840c8
8 changed files with 43 additions and 69 deletions

View file

@ -16,7 +16,7 @@ export default function Developer() {
return (
<ErrorBoundary>
<RN.ScrollView style={{ flex: 1, ...(settings.flip && { transform: [{ rotate: "180deg" }] }) }} contentContainerStyle={{ paddingBottom: 38 }}>
<RN.ScrollView style={{ flex: 1 }} contentContainerStyle={{ paddingBottom: 38 }}>
<FormSection title="Debug" titleStyleType="no_border">
<FormInput
value={settings.debuggerUrl}