diff --git a/docs/custom-modal-dismissal.md b/docs/custom-modal-dismissal.md new file mode 100644 index 00000000000..290a0633e5e --- /dev/null +++ b/docs/custom-modal-dismissal.md @@ -0,0 +1,89 @@ +--- +id: custom-modal-dismissal +title: Customizing modal dismissal +sidebar_label: Customizing modal dismissal +--- + +Modals are an awesome way to present content to users, but what if our content doesn't all fit in one view on the screen? We reach for a scrollable view, such as a [ScrollView](https://facebook.github.io/react-native/docs/scrollview)! Let's look at an example: + +```js +const Home = props => ( + +