GithubHelp home page GithubHelp logo

Comments (14)

abdelwehed avatar abdelwehed commented on September 2, 2024 1

It works for me now :).
In fact we had 4 plist files in the project and i had to add to all of them the 'LSApplicationQueriesSchemes'.
My bad and excuse me for my useless issue πŸ˜…
@lehresman try to see maybe you had the same pb; if yes close the issue.

from react-native-map-link.

tschoffelen avatar tschoffelen commented on September 2, 2024

Hi @abdelwehed, thanks for using the library!

Have you recompiled the app after updating your Info.plist file?

Also, if you're using Expo, please read this: https://github.com/leanmotherfuckers/react-native-map-link/blob/master/docs/expo.md

from react-native-map-link.

abdelwehed avatar abdelwehed commented on September 2, 2024

Hi @tschoffelen, yes i recompiled my app after updating info.plist and i am not using expo.
Any one is having this issue ?

from react-native-map-link.

tschoffelen avatar tschoffelen commented on September 2, 2024

Are you testing it on a real device or in the simulator?

from react-native-map-link.

abdelwehed avatar abdelwehed commented on September 2, 2024

Real device of course :)

from react-native-map-link.

tschoffelen avatar tschoffelen commented on September 2, 2024

Hmm, strange. Could you send me a copy of your Info.plist?

If you'd rather not do that publicly, feel free to email it to [email protected]

from react-native-map-link.

abdelwehed avatar abdelwehed commented on September 2, 2024

Done ! i sent you an email with the info.plist.

from react-native-map-link.

lehresman avatar lehresman commented on September 2, 2024

Any movement on this? I have the same problem. I am using Expo, and I did follow the Expo instructions (adding LSApplicationQueriesSchemes), and recompiled. Still I only see Apple Maps.

from react-native-map-link.

tschoffelen avatar tschoffelen commented on September 2, 2024

Have you guys tried if the showLocation method (without the custom modal) yields the same results?

from react-native-map-link.

lehresman avatar lehresman commented on September 2, 2024

Yes. When I do this:

        await showLocation({
          title: contactAddress.addressLine,
          latitude: contactAddress.position.lat,
          longitude: contactAddress.position.lng,
        });

it loads Apple Maps directly without presenting any options.

I do have Google Maps installed on my phone. I just confirmed that.

from react-native-map-link.

abdelwehed avatar abdelwehed commented on September 2, 2024

Hello,

yes me too i tested showLocation but i had same behaviour like @lehresman

from react-native-map-link.

tschoffelen avatar tschoffelen commented on September 2, 2024

I unfortunately can't produce this in any way...

Just tested it again by creating a new project using react-native init MapTester, updating Info.plist, running yarn add react-native-map-link and adding this to App.js:

<TouchableOpacity onPress={() => {
  showLocation({
    latitude: 38.8976763,
    longitude: -77.0387185,
    title: 'The White House'
  })
}}><Text>Touch me</Text></TouchableOpacity>

This shows me all the options I would expect to show it on my phone (Apple Maps, Google Maps, Uber).

from react-native-map-link.

ysnfez avatar ysnfez commented on September 2, 2024

@abdelwehed : Can you help me with ImagePicker.launchCamera issue.
Head Office_1_MISC_May13_2019_photo1
attached is image quality after uploading to windows server. thank you

from react-native-map-link.

tschoffelen avatar tschoffelen commented on September 2, 2024

@ysnfez I don’t think this is really the place for that :)

from react-native-map-link.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.