0.0.17 • Published 18 days ago

ezloc v0.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
18 days ago

EZLoc

Example

// App.tsx
import React from 'react';
import { View, Text } from 'react-native';
import { useBestLocation } from './useBestLocation';

export default function App() {
  const bestLocation = useBestLocation();

  return (
    <View>
      <Text>
        {bestLocation
          ? `Lat: ${bestLocation.coords.latitude}, Lon: ${bestLocation.coords.longitude}`
          : 'Waiting for location...'}
      </Text>
    </View>
  );
}
0.0.14

19 days ago

0.0.15

18 days ago

0.0.16

18 days ago

0.0.17

18 days ago

0.0.12

29 days ago

0.0.13

29 days ago

0.0.10

1 month ago

0.0.11

1 month ago

0.0.9

1 month ago

0.0.8

1 month ago

0.0.7

1 month ago

0.0.6

1 month ago

0.0.5

1 month ago

0.0.4

1 month ago

0.0.3

1 month ago

0.0.2

1 month ago

0.0.1

1 month ago