[???] Whatever may this do?
This commit is contained in:
parent
a98cf94f4c
commit
748640af56
8 changed files with 69 additions and 43 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue