Skip to content

Commit

Permalink
Merge pull request #277 from trentcharlie/master
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Mar 18, 2024
2 parents 43d6308 + beadc62 commit 8ca4311
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/index.ts
@@ -1,14 +1,26 @@
import {Linking} from 'react-native';

import {generatePrefixes, generateTitles, icons} from './constants';
import {GetAppsProps, GetAppsResponse, MapId, ShowLocationProps} from './type';
import {
askAppChoice,
checkOptions,
getAvailableApps,
checkNotSupportedApps,
checkOptions,
generateMapUrl,
getAvailableApps,
} from './utils';
import {GetAppsProps, GetAppsResponse, MapId, ShowLocationProps} from './type';

export type {
DirectionMode,
GetAppsProps,
GetAppsResponse,
MapId,
MapLinkOptions,
PopupProps,
PopupStyleProp,
SharedOptions,
ShowLocationProps,
} from './type';

export const showLocation = async ({
latitude,
Expand Down

0 comments on commit 8ca4311

Please sign in to comment.