We are migrating to SDK 40 but still supporting SDK 38 in prod.
We are attempting to push a bug fix to prod. We need to publish to SDK 38 for a OTA fix.
When we enter expo publish --release-channel prod we see:
Accessing credentials for in project
› Expo SDK: 40.0.0
› Release channel: prod
› Workflow: Managed
These are the values in our package.json
"expo": "^38.0.10",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
Why is our publish using SDK 40 and how can we continue to use SDK 38 until we are completed with testing for SDK 40?
Thanks!