diff options
author | Hailey <me@haileyok.com> | 2024-07-08 15:16:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 15:16:43 -0700 |
commit | a3c43a74712cdd402dc1e36c3c6b487ffaa1589d (patch) | |
tree | fc99eedb5f90d63b6223999fe2650058979fd5da /src/screens/StarterPack/Wizard/StepProfiles.tsx | |
parent | f8a59e10dd347e9187aa4414a0ece04eff3b9bc3 (diff) | |
download | voidsky-a3c43a74712cdd402dc1e36c3c6b487ffaa1589d.tar.zst |
change `contentVisibility` to `contain` (#4752)
Diffstat (limited to 'src/screens/StarterPack/Wizard/StepProfiles.tsx')
-rw-r--r-- | src/screens/StarterPack/Wizard/StepProfiles.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/StarterPack/Wizard/StepProfiles.tsx b/src/screens/StarterPack/Wizard/StepProfiles.tsx index f77a46e7a..c14de847f 100644 --- a/src/screens/StarterPack/Wizard/StepProfiles.tsx +++ b/src/screens/StarterPack/Wizard/StepProfiles.tsx @@ -80,7 +80,7 @@ export function StepProfiles({ keyExtractor={keyExtractor} renderScrollComponent={props => <KeyboardAwareScrollView {...props} />} keyboardShouldPersistTaps="handled" - containWeb={true} + disableFullWindowScroll={true} sideBorders={false} style={[a.flex_1]} onEndReached={ |