Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 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
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"capacitorVersion": "7.0.0",
"iosMinVersion": "13.0",
"iosMinVersion": "14.0",
"androidMinSdk": "23",
"rnMinVersion": "0.74.2",
"rnMinVersion": "0.75.4",
"androidLiveUpdatesVersion": "0.5.5",
"rnVersion": "0.7.1",
"rnVersion": "0.8.0",
"iosVersion": "0.12.0",
"androidVersion": "0.12.0",
"cliVersion": "0.3.1",
Expand Down
12 changes: 12 additions & 0 deletions website/docs/for-react-native/upgrade-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ sidebar_label: Upgrade Guides
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

## Portals for React Native 0.7.0 -> 0.8.0

Portals for React Native version `0.8.0` is compatible with Portals Web Plugin version `0.12.x`.

:::caution
Portals 0.8.0 is a notable update that upgrades the Capacitor dependency to version 7. Care should be taken to update dependencies across your web content and native apps to ensure compatibility.
:::

First review the [Capacitor 7 Update Guide](https://capacitorjs.com/docs/updating/7-0) for an overview of necessary changes. Some will not be relevant for Portals apps, but this will be a useful reference in case you encounter issues with your upgrade.

This version depends on version React Native version 0.75.4 to support Capacitor 7.

## Portals for React Native 0.6.0 -> 0.7.0

Portals for React Native version `0.7.0` is compatible with Portals Web Plugin version `0.10.x`. This release removes all of the functions that were deprecated in `0.6.0`.
Expand Down
Loading