0.0.17 • Published 5 months ago

ezloc v0.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months 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

5 months ago

0.0.15

5 months ago

0.0.16

5 months ago

0.0.17

5 months ago

0.0.12

5 months ago

0.0.13

5 months ago

0.0.10

5 months ago

0.0.11

5 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago