Migrating react-native to 0.78
Update dependency package
Change the version of react-native-safe-area-context
.
You can change the version in your package.json
file directory:
Untitled
"react-native-safe-area-context": "^5.5.1",
1
Or run the following command:
yarn
yarn add react-native-safe-area-context
1