Open byCedric opened 4 years ago
Hi guys! Seems like part of those changes mentioned above went through into Expo's SDK 37. They basically removed the sdkVersion
from the app.json
file. Are we planning to put an update for this?
WORK AROUND: add back in the sdkVersion
.
Looking at how to implement this since the sdkVersion
is no longer in the app.json
. Can we relay on expo-constants
as a dependency to get this value (from NativeConstants.manifest.sdkVersion
)?
Description of the feature
Evan is working on some changes related to the manifest format. If this is merged and supported, we need to update this library. It's still pending review, but once it's merged I'll start on it 😄
Motivation
Everything Expo supports, we should implement. 🚀