Skip to content

Commit

Permalink
Merge pull request #283 from meteorlxy/meteorlxy/docs-popup
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Apr 16, 2024
2 parents d28a2a9 + 13d352a commit 7c5c3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/popup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Popup } from 'react-native-map-link';
onAppPressed={() => this.setState({ isVisible: false })}
onBackButtonPressed={() => this.setState({ isVisible: false })}
modalProps={{ // you can put all modal props inside.
animationIn: 'slideInUp'
animationType: 'slide'
}}
appsWhiteList={[ /* Array of apps (apple-maps, google-maps, etc...) that you want
to show in the popup, if is undefined or an empty array it will show all supported apps installed on device.*/ ]}
Expand Down

0 comments on commit 7c5c3b0

Please sign in to comment.