bugsnag / bugsnag-expo

MIT License
11 stars 5 forks source link

Replace deprecated `Constants.manifest` #141

Closed yousif-bugsnag closed 1 year ago

yousif-bugsnag commented 1 year ago

Goal

Constants.manifest is deprecated in SDK 49 and now emits a warning when accessed: https://github.com/expo/fyi/blob/main/why-constants-expoconfig.md

This switches to using Constants.expoConfig which provides a consistent way to access the app config whether its an embedded build, Classic update or EAS update