Not showing action sheet or alert on showLocation.
See original GitHub issueHi, I’m facing the problem I mentioned in the title. When I use showLocation
it immediately jump to the default map without asking which app I want to use. Which isn’t the correct behavior mentioned in README.md.
Using the
showLocation
function will shown an action sheet on iOS and an alert on Android
I’ve followed the post-install step of expo, which is in this document. And already rebuild the app. Is there any extra dependancies I need to install? My environment:
expo: 43.0.0
react-native: 0.64.3
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Getting the user's attention with alerts and action sheets
To display an alert or action sheet, create a UIAlertController object, configure it, and call its present(_:animated:completion:) method, as shown in the ...
Read more >UIActionSheet not showing in iOS 8 - Stack Overflow
I started using PSTAlertController to manage my alerts and action sheets. It supports UIAlertView, UIActionSheet, and UIAlertController.
Read more >How to show an action sheet - a free SwiftUI by Example tutorial
To create your action sheet using confirmationDialog() , provide some title text, a binding to determine when the sheet should be shown, ...
Read more >includable/react-native-map-link: Open the map app ... - GitHub
Using the showLocation function will shown an action sheet on iOS and an alert on Android, without any custom styling: import {showLocation} from ......
Read more >Support - Life360
By turning off Data Breach Alerts, we will no longer notify you if your email address or passwords are exposed on the dark...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The library automatically opens the app if there’s only one app in the list.
This can be because of a couple of things:
Solved here #212