Skip to content

Commit cc3af62

Browse files
ArturoSalazarB16wangela
authored andcommitted
chore: revert b182d14 and fix registry url
1 parent 1d8b98d commit cc3af62

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ jobs:
4848
uses: actions/setup-node@v4
4949
with:
5050
node-version: 20
51+
registry-url: 'https://wombat-dressing-room.appspot.com/@googlemaps/react-native-navigation-sdk/_ns'
5152

5253
- name: Publish
5354
# npm publish will trigger the build via the prepack hook
54-
run: npm publish --access public --registry https://wombat-dressing-room.appspot.com
55+
run: npm publish --access public
5556
env:
5657
NODE_AUTH_TOKEN: ${{ secrets.NPM_WOMBOT_TOKEN }}

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ This repository contains a React Native plugin that provides a [Google Navigatio
1414
| **Minimum mobile OS supported** | SDK 23+ | iOS 14.0+ |
1515

1616
* A React Native project
17-
- A Google Cloud project with a Mobility solution enabled, such as On-Demand Rides and Deliveries or Last Mile Fleet Solution. This requires you to Contact Sales as described in the [Mobility services documentation](https://developers.google.com/maps/documentation/transportation-logistics/mobility).
18-
- In that Google Cloud project, these four products also need to be enabled depending on the target(s) of your React Native app:
19-
- [Maps SDK for Android](https://developers.google.com/maps/documentation/android-sdk/cloud-setup#enabling-apis)
20-
- [Navigation SDK for Android](https://developers.google.com/maps/documentation/navigation/android-sdk/set-up-project)
21-
- [Maps SDK for iOS](https://developers.google.com/maps/documentation/ios-sdk/cloud-setup#enabling-apis)
22-
- [Navigation SDK for iOS](https://developers.google.com/maps/documentation/navigation/ios-sdk/config)
17+
* A Google Cloud project
18+
* If you are a Mobility Services developer, you must contact Sales as described in [Mobility services documentation](https://developers.google.com/maps/documentation/transportation-logistics/mobility).
19+
* If you are not a Mobility Services developer, refer to [Setup Google Cloud Project](https://developers.google.com/maps/documentation/navigation/android-sdk/cloud-setup) for instructions.
2320
* An [API key](https://console.cloud.google.com/google/maps-apis/credentials) from the project above
21+
* The API key must be configured for both Android and iOS. Refer to [Android Using Api Keys](https://developers.google.com/maps/documentation/navigation/android-sdk/get-api-key) and [iOS Using Api Keys](https://developers.google.com/maps/documentation/navigation/ios-sdk/get-api-key) respectively for instructions.
2422
* If targeting Android, [Google Play Services](https://developers.google.com/android/guides/overview) installed and enabled
2523
* [Attributions and licensing text](https://developers.google.com/maps/documentation/navigation/android-sdk/set-up-project#include_the_required_attributions_in_your_app) added to your app
2624

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"navsdk"
4646
],
4747
"publishConfig": {
48-
"registry": "https://wombat-dressing-room.appspot.com"
48+
"registry": "https://wombat-dressing-room.appspot.com/@googlemaps/react-native-navigation-sdk/_ns"
4949
},
5050
"scripts": {
5151
"example": "yarn workspace react-native-navigation-sdk-sample",

0 commit comments

Comments
 (0)