Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #823 from joshpc/fix-blank-screens
Browse files Browse the repository at this point in the history
Fixes blank tutorial pages when in landscape
  • Loading branch information
timarney committed Jul 21, 2020
2 parents a3cfb6b + e5a0b65 commit 3a58be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/tutorial/Tutorial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const TutorialScreen = () => {
onSnapToItem={newIndex => setCurrentStep(newIndex)}
importantForAccessibility="no"
accessible={false}
removeClippedSubviews={false}
/>
</View>
<Box flexDirection="row" borderTopWidth={2} borderTopColor="gray5">
Expand Down

0 comments on commit 3a58be4

Please sign in to comment.