Skip to content

Commit

Permalink
added areProvidersAvailable to ios export
Browse files Browse the repository at this point in the history
  • Loading branch information
igor poughtach authored and igor poughtach committed Feb 6, 2018
1 parent 1d4e09d commit 8a219b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const Dumb = {
setLocationInterval: noIOS,
setFastestLocationInterval: noIOS,
setSmallestDisplacement: noIOS,
areProvidersAvailable: noIOS,
};

const Location = Platform.OS === 'ios' ? Dumb : {
Expand Down

0 comments on commit 8a219b1

Please sign in to comment.