[???] Whatever may this do?

This commit is contained in:
Beef 2023-04-01 11:49:23 +01:00
parent a98cf94f4c
commit 748640af56
8 changed files with 69 additions and 43 deletions

View file

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