You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If selecting versions from 0.73.4 to 0.76.1, the .xcodeproj changes are not shown. Had to do the upgrade in steps from 0.73.4 to 0.75.0, then to 0.76.1. I'm scared of what more is left out.
Adding yarnPath: .yarn/releases/yarn-3.6.4.cjs to .yarnrc.yaml got yarn complaining.
Upgrading version
From: 0.73.4
To: 0.76.1
Description
iOS builds but the application crashes as soon as I type a character into any <TextInput ...> box.
yarn produces this. Is it important? What is the solution?
We don't use expo. App was born into RN 0.70.0, probably via cli, not expo. Original author is no longer available.
➤ YN0000: ┌ Resolution step
➤ YN0002: │ @expo/cli@npm:0.18.29 doesn't provide expo-modules-autolinking (p3b3aa), requested by @expo/prebuild-config
➤ YN0002: │ @react-native/babel-plugin-codegen@npm:0.74.87 doesn't provide @babel/preset-env (p9b22c), requested by @react-native/codegen
➤ YN0002: │ @react-native/babel-plugin-codegen@npm:0.76.2 doesn't provide @babel/preset-env (p13f92), requested by @react-native/codegen
➤ YN0002: │ babel-plugin-transform-flow-enums@npm:0.0.2 doesn't provide @babel/core (p8377f), requested by @babel/plugin-syntax-flow
➤ YN0002: │ babel-preset-expo@npm:11.0.14 doesn't provide @babel/core (p12748), requested by @babel/plugin-transform-parameters
➤ YN0002: │ babel-preset-expo@npm:11.0.14 doesn't provide @babel/core (p27b8b), requested by @babel/plugin-proposal-decorators
➤ YN0002: │ babel-preset-expo@npm:11.0.14 doesn't provide @babel/core (p2559f), requested by @babel/plugin-transform-export-namespace-from
➤ YN0002: │ babel-preset-expo@npm:11.0.14 doesn't provide @babel/core (p2c671), requested by @babel/plugin-transform-object-rest-spread
➤ YN0002: │ babel-preset-expo@npm:11.0.14 doesn't provide @babel/core (p2c389), requested by @babel/preset-react
➤ YN0002: │ babel-preset-expo@npm:11.0.14 doesn't provide @babel/core (paa32b), requested by @babel/preset-typescript
➤ YN0002: │ react-native@npm:0.76.2 [8760d] doesn't provide @babel/core (pbfeeb), requested by babel-jest
➤ YN0002: │ react-native@npm:0.76.2 [8760d] doesn't provide @babel/preset-env (pb63c3), requested by @react-native/codegen
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
The text was updated successfully, but these errors were encountered:
Environment
Things I’ve done to figure out my issue
I found issues with the upgrade-helper such as
yarnPath: .yarn/releases/yarn-3.6.4.cjs
to .yarnrc.yaml got yarn complaining.Upgrading version
From: 0.73.4
To: 0.76.1
Description
iOS builds but the application crashes as soon as I type a character into any <TextInput ...> box.
yarn produces this. Is it important? What is the solution?
We don't use expo. App was born into RN 0.70.0, probably via cli, not expo. Original author is no longer available.
The text was updated successfully, but these errors were encountered: