Skip to content

Commit 98c71d5

Browse files
authored
Update migration guide for Expo setup
Removed redundant Expo setup reference from migration guide.
1 parent de33cf1 commit 98c71d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

help/MIGRATION-GUIDE-5.0.0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ Version 9 uses a new **JWT-based license key** format. Your existing (legacy) li
4848

4949
- __[Android]__ Add your JWT license key to `AndroidManifest.xml`. See [Android Setup](INSTALL-ANDROID-AUTO.md) for full details:
5050

51-
- __[Expo]__ See [Expo Setup](INSTALL-EXPO.md)
52-
5351
:open_file_folder: `android/app/src/main/AndroidManifest.xml`
5452
```xml
5553
<manifest>
@@ -59,6 +57,9 @@ Version 9 uses a new **JWT-based license key** format. Your existing (legacy) li
5957
</manifest>
6058
```
6159

60+
- __[Expo]__ See [Expo Setup](INSTALL-EXPO.md)
61+
62+
6263
> [!WARNING]
6364
> If you previously configured a separate license key for [`polygon-geofencing`](https://shop.transistorsoft.com/collections/frontpage/products/polygon-geofencing), `firebase`, or any other add-on product, **remove it**. Add-on entitlements are now bundled into your single bgGeo JWT license key.
6465

0 commit comments

Comments
 (0)