semantic-release-expo icon indicating copy to clipboard operation
semantic-release-expo copied to clipboard

Update library for usage with new manifest format

Open byCedric opened this issue 5 years ago • 2 comments

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. 🚀

byCedric avatar Dec 21 '19 12:12 byCedric

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.

owentar avatar Apr 07 '20 20:04 owentar

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)?

owentar avatar Apr 07 '20 20:04 owentar