From b7bbc2f66665ef00101626f87e5089110727a090 Mon Sep 17 00:00:00 2001 From: marcosrdz Date: Tue, 26 Jan 2021 19:02:14 -0500 Subject: [PATCH] DEL: Package --- ios/Podfile.lock | 6 ------ package-lock.json | 11 ++++++----- package.json | 1 - screen/wallets/hodlHodl.js | 2 -- 4 files changed, 6 insertions(+), 14 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 151906cab..d424d0ad4 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -263,8 +263,6 @@ PODS: - React - react-native-fingerprint-scanner (6.0.0): - React - - react-native-geolocation (2.0.2): - - React - react-native-image-picker (3.1.4): - React-Core - react-native-is-catalyst (1.0.0): @@ -450,7 +448,6 @@ DEPENDENCIES: - react-native-camera (from `../node_modules/react-native-camera`) - react-native-document-picker (from `../node_modules/react-native-document-picker`) - react-native-fingerprint-scanner (from `../node_modules/react-native-fingerprint-scanner`) - - "react-native-geolocation (from `../node_modules/@react-native-community/geolocation`)" - react-native-image-picker (from `../node_modules/react-native-image-picker`) - react-native-is-catalyst (from `../node_modules/react-native-is-catalyst`) - react-native-randombytes (from `../node_modules/react-native-randombytes`) @@ -564,8 +561,6 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-document-picker" react-native-fingerprint-scanner: :path: "../node_modules/react-native-fingerprint-scanner" - react-native-geolocation: - :path: "../node_modules/@react-native-community/geolocation" react-native-image-picker: :path: "../node_modules/react-native-image-picker" react-native-is-catalyst: @@ -702,7 +697,6 @@ SPEC CHECKSUMS: react-native-camera: 5c1fbfecf63b802b8ca4a71c60d30a71550fb348 react-native-document-picker: c5752781fbc0c126c627c1549b037c139444a4cf react-native-fingerprint-scanner: c68136ca57e3704d7bdf5faa554ea535ce15b1d0 - react-native-geolocation: cbd9d6bd06bac411eed2671810f454d4908484a8 react-native-image-picker: 248afb60a0c5a24153cb7c7483b257f30541323b react-native-is-catalyst: 52ee70e0123c82419dd4ce47dc4cc94b22467512 react-native-randombytes: 991545e6eaaf700b4ee384c291ef3d572e0b2ca8 diff --git a/package-lock.json b/package-lock.json index 5b0721be9..2678ab80c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6381,11 +6381,6 @@ "integrity": "sha512-W/J0fNYVO01tioHjvYWQ9m6RgndVtbElzYozBq1ZPrHO/iCzlqoySHl4gO/fpCl9QEFjvJfjPgtPMTMlsoq5DQ==", "dev": true }, - "@react-native-community/geolocation": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@react-native-community/geolocation/-/geolocation-2.0.2.tgz", - "integrity": "sha512-tTNXRCgnhJBu79mulQwzabXRpDqfh/uaDqfHVpvF0nX4NTpolpy6mvTRiFg7eWFPGRArsnZz1EYp6rHfJWGgEA==" - }, "@react-native-community/masked-view": { "version": "0.1.10", "resolved": "https://registry.npmjs.org/@react-native-community/masked-view/-/masked-view-0.1.10.tgz", @@ -9532,6 +9527,12 @@ } } }, + "detox-recorder": { + "version": "1.0.149", + "resolved": "https://registry.npmjs.org/detox-recorder/-/detox-recorder-1.0.149.tgz", + "integrity": "sha512-ycVtfSyXtG2PQOqhH57yHMXeVLZHM6dIK6hgL6UDOcD79zAuwKt4prdyzsPC7oaS6Zr4sXSZcd2DLQcbtm92KA==", + "dev": true + }, "diff-sequences": { "version": "26.0.0", "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.0.0.tgz", diff --git a/package.json b/package.json index e3bf3b3a7..592d20e3b 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,6 @@ "@react-native-async-storage/async-storage": "1.13.3", "@react-native-community/blur": "3.6.0", "@react-native-community/clipboard": "1.5.1", - "@react-native-community/geolocation": "2.0.2", "@react-native-community/masked-view": "0.1.10", "@react-native-community/push-notification-ios": "1.8.0", "@react-native-community/slider": "3.0.3", diff --git a/screen/wallets/hodlHodl.js b/screen/wallets/hodlHodl.js index 634f536a7..8e45c403f 100644 --- a/screen/wallets/hodlHodl.js +++ b/screen/wallets/hodlHodl.js @@ -20,7 +20,6 @@ import { TouchableOpacity, View, } from 'react-native'; -import Geolocation from '@react-native-community/geolocation'; import { BlueButtonLink, SafeBlueArea } from '../../BlueComponents'; import navigationStyle from '../../components/navigationStyle'; @@ -37,7 +36,6 @@ const METHOD_ANY = '_any'; const HodlHodlListSections = { OFFERS: 'OFFERS' }; const windowHeight = Dimensions.get('window').height; -Geolocation.setRNConfiguration({ authorizationLevel: 'whenInUse' }); export default class HodlHodl extends Component { static contextType = BlueStorageContext;