Skip to content

Commit

Permalink
feat: publish example package
Browse files Browse the repository at this point in the history
  • Loading branch information
nakzyu committed May 15, 2024
1 parent 9729dbd commit 4392bb3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "headlessui-react-native-example-ui",
"main": "src/index.ts",
"version": "0.0.3",
"version": "0.0.4",
"peerDependencies": {
"react": "*",
"react-native": "*",
Expand Down
20 changes: 20 additions & 0 deletions packages/example-ui/src/modal/scrollable-modal-example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,26 @@ export function ScrollableModalExample() {
Your payment has been successfully submitted. We’ve sent you an
email with all of the details of your order.
</Text>
<Text>
Your payment has been successfully submitted. We’ve sent you an
email with all of the details of your order.
</Text>
<Text>
Your payment has been successfully submitted. We’ve sent you an
email with all of the details of your order.
</Text>
<Text>
Your payment has been successfully submitted. We’ve sent you an
email with all of the details of your order.
</Text>
<Text>
Your payment has been successfully submitted. We’ve sent you an
email with all of the details of your order.
</Text>
<Text>
Your payment has been successfully submitted. We’ve sent you an
email with all of the details of your order.
</Text>
</View>
<Button title="Got it, thanks!" onPress={() => setIsOpen(false)} />
</ModalPanel>
Expand Down

0 comments on commit 4392bb3

Please sign in to comment.