diff --git a/Examples/UIExplorer/js/MapViewExample.js b/Examples/UIExplorer/js/MapViewExample.js index 24374cba576..cb2f849d9a6 100644 --- a/Examples/UIExplorer/js/MapViewExample.js +++ b/Examples/UIExplorer/js/MapViewExample.js @@ -242,6 +242,7 @@ class AnnotationExample extends React.Component { return ( ; } }, + { + title: 'Show callouts by default example', + render() { + return { + alert('You Are Here'); + }}> + + + ), + }} + showsAnnotationCallouts={true} + />; + } + }, { title: 'Annotation focus example', render() {