Skip to content

Commit

Permalink
docs: BottomSheet playground (react-native-elements#3602)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitBhalla authored Jul 31, 2022
1 parent 182861e commit 66a7bf2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions website/playground/BottomSheet/bottomsheet.playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ const BottomSheetPlayground = () => {
},
modalProps: {
type: PropTypes.Object,
value: `{ presentationStyle: "fullScreen" , visible:true}`,
value: `{ presentationStyle: "fullScreen" , }`,
description: 'Modal Props -> https://reactnative.dev/docs/modal',
},
containerStyle: {
value: `{}`,
type: PropTypes.Object,
},
},
scope: {
BottomSheet,
Expand Down

0 comments on commit 66a7bf2

Please sign in to comment.