Skip to content

Commit

Permalink
Fix white flash on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Nov 1, 2024
1 parent 4abf78b commit ee69488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CustomWebView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ export const CustomWebView = forwardRef<CustomWebViewRef, CustomWebViewProps>(
setBuiltInZoomControls={false}
textInteractionEnabled={false}
textZoom={100}
webviewDebuggingEnabled
style={styles.container}
source={{uri: props.url || 'https://nerimity.com/login'}}
onLoadProgress={({nativeEvent}) => {
Expand All @@ -222,5 +221,6 @@ const styles = StyleSheet.create({
container: {
width: '100%',
height: '100%',
backgroundColor: '#131416',
},
});

0 comments on commit ee69488

Please sign in to comment.