Summary: Explained that Modal is for hybrid apps and suggest using a top-level Navigator in pure RN apps. Closes https://github.com/facebook/react-native/pull/2663 Reviewed By: @svcscm Differential Revision: D2483626 Pulled By: @sahrens
Summary: Enable transparent modal backgrounds using `UIModalPresentationCustom` modal presentation style.
Summary: Create Modal component that can be used to present content modally.