Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/tar-6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Apr 16, 2024
2 parents 61a9023 + 7c5c3b0 commit 8b195ac
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 8b195ac

Please sign in to comment.