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