logo
On this page

Migrating react-native to 0.81

Update dependency package

Change the version of react-native-screens.

You can change the version in your package.json file:

"react-native-screens": "^4.15.4",

Or run the following command:

yarn add react-native-screens

Previous

Migrating to v2.7

Next

API

On this page

Back to top