We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b0806 commit e450b47Copy full SHA for e450b47
source/views/help/wifi-tools.js
@@ -16,7 +16,7 @@ export const getIpAddress = (): Promise<?string> =>
16
17
export const getPosition = (args: any = {}): Promise<Object> =>
18
new Promise((resolve, reject) => {
19
- if(Platform.OS === 'ios') {
+ if (Platform.OS === 'ios') {
20
navigator.geolocation.getCurrentPosition(resolve, reject, {
21
...args,
22
enableHighAccuracy: true,
0 commit comments