Skip to content

Commit

Permalink
feat(example): add content in second screen to test with more inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rlemasquerier committed Nov 3, 2023
1 parent b61f6ac commit 8644871
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/src/screens/SecondScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ export const SecondScreen = () => {
<ContentCard />
<ContentCard />
<TextInput />
<ContentCard />
<ContentCard />
<TextInput />
<ContentCard />
<ContentCard />
</KeyboardScrollView>
</View>
);
Expand Down

0 comments on commit 8644871

Please sign in to comment.