-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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;
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers