Skip to content

Commit

Permalink
Update packages/expo-permissions/src/Permissions.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Sapeta <1714764+tsapeta@users.noreply.github.com>
  • Loading branch information
Jarvis Luong and tsapeta committed May 29, 2020
1 parent 8c682ec commit e2ce040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/expo-permissions/src/Permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const PERMISSION_MODULE_MAPPING = {
[CAMERA_ROLL]: 'expo-media-library',
[AUDIO_RECORDING]: 'expo-av',
[LOCATION]: 'expo-location',
[USER_FACING_NOTIFICATIONS]: 'expo-permissions',
[NOTIFICATIONS]: 'expo-permissions',
[USER_FACING_NOTIFICATIONS]: 'expo-notifications',
[NOTIFICATIONS]: 'expo-notifications',
[CONTACTS]: 'expo-contacts',
[CALENDAR]: 'expo-calendar',
[REMINDERS]: 'expo-calendar',
Expand Down

0 comments on commit e2ce040

Please sign in to comment.