// npm install @react-native-community/geolocation
// npx react-native link @react-native-community/geolocation
import Geolocation from '@react-native-community/geolocation';
Geolocation.getCurrentPosition(info => console.log(info));
yarn add react-native-geolocation-service
// npm install @react-native-community/geolocation --save
// npx react-native link @react-native-community/geolocation
import Geolocation from '@react-native-community/geolocation';
Geolocation.getCurrentPosition(info => console.log(info));
import i18n from `./i18n`
i18n.t(...);