Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove last remnants of react-native-maps #695

Merged
merged 1 commit into from
Apr 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
<!-- Change the resource name to your App's accent color - or any other color you want -->
<meta-data android:name="com.dieam.reactnativepushnotification.notification_color"
android:resource="@android:color/white"/>
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="AIzaSyDNplqevzMxOGNuTr_lv6NXsjzIa1PboVc"/>

<service
android:name="com.dieam.reactnativepushnotification.modules.RNPushNotificationListenerService"
Expand Down
2 changes: 0 additions & 2 deletions ios/COVIDSafePaths.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,6 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/glog\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-geolocation\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-google-maps\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-maps\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-uuid-generator\"",
Expand Down
6 changes: 0 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ PODS:
- React
- react-native-geolocation (2.0.2):
- React
- react-native-maps (0.27.1):
- React
- react-native-safe-area-context (0.6.0):
- React
- react-native-splash-screen (3.2.0):
Expand Down Expand Up @@ -301,7 +299,6 @@ DEPENDENCIES:
- react-native-background-timer (from `../node_modules/react-native-background-timer`)
- react-native-document-picker (from `../node_modules/react-native-document-picker`)
- "react-native-geolocation (from `../node_modules/@react-native-community/geolocation`)"
- react-native-maps (from `../node_modules/react-native-maps`)
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
- react-native-splash-screen (from `../node_modules/react-native-splash-screen`)
- react-native-uuid-generator (from `../node_modules/react-native-uuid-generator`)
Expand Down Expand Up @@ -381,8 +378,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-document-picker"
react-native-geolocation:
:path: "../node_modules/@react-native-community/geolocation"
react-native-maps:
:path: "../node_modules/react-native-maps"
react-native-safe-area-context:
:path: "../node_modules/react-native-safe-area-context"
react-native-splash-screen:
Expand Down Expand Up @@ -465,7 +460,6 @@ SPEC CHECKSUMS:
react-native-background-timer: 1f7d560647b40e6a60b01c452ba29c54bf581fc4
react-native-document-picker: e3516aff0dcf65ee0785d9bcf190eb10e2261154
react-native-geolocation: c956aeb136625c23e0dce0467664af2c437888c9
react-native-maps: f4b89da81626ad7f151a8bfcb79733295d31ce5c
react-native-safe-area-context: d288138da2c800caa111f9352e9333f186a06ead
react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865
react-native-uuid-generator: 82ffa2a1cac94242ebed52c4dedc5044d3412717
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.6.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "0.27.1",
"react-native-permissions": "^2.0.10",
"react-native-popup-menu": "^0.15.7",
"react-native-pulse": "^1.0.7",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7843,11 +7843,6 @@ react-native-linear-gradient@^2.5.6:
resolved "https://registry.yarnpkg.com/react-native-linear-gradient/-/react-native-linear-gradient-2.5.6.tgz#96215cbc5ec7a01247a20890888aa75b834d44a0"
integrity sha512-HDwEaXcQIuXXCV70O+bK1rizFong3wj+5Q/jSyifKFLg0VWF95xh8XQgfzXwtq0NggL9vNjPKXa016KuFu+VFg==

[email protected]:
version "0.27.1"
resolved "https://registry.yarnpkg.com/react-native-maps/-/react-native-maps-0.27.1.tgz#2f10cd417bb2fd938c9e015b1c9b6d9b1a44b97f"
integrity sha512-HygBkZBecTnIVRYrSiLRAvu4OmXOYso/A7c6Cy73HkOh9CgGV8Ap5eBea24tvmFGptjj5Hg8AJ94/YbmWK1Okw==

react-native-permissions@^2.0.10:
version "2.0.10"
resolved "https://registry.yarnpkg.com/react-native-permissions/-/react-native-permissions-2.0.10.tgz#d01f5ce7cc48f99d33f2f7ed32bb70abe5ea03dd"
Expand Down