Giter VIP home page Giter VIP logo

react-native-open-map's People

Contributors

lucasmonteiro1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

m4urici0gm umer17

react-native-open-map's Issues

Typescript typings

First off, great job on the library. I've checked out the code and it's pretty neat. It does exactly what I want without adding too much fluff.

The only thing missing for me is typings for typescript, so I took it upon myself to write them for .show().

declare module 'react-native-open-map' {
  function show(options: ShowOptions): any;
  
  export interface ShowOptions {
    latitude: number;
    longitude: number;
    title?: string;
    cancelText?: string;
    actionSheetTitle?: string;
    actionSheetMessage?: string;
  }
}

There is no longer a choice of Google maps for Android devices

It used to be the case that a list of applications installed on the users device would pop up when invoked, or, if only Google maps was installed, it would open. This is no longer the functionality on the latest android build. This still works fine in iOS.

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.