Added
- (react-native-cli): Add support for ejected Expo apps #1365
- (react-native): Add support for Xcode 12 #1314
Changed
- (react-native): Update bugsnag-cocoa to v6.9.1
- Fix a possible deadlock when writing crash reports for uncaught Objective-C exceptions. bugsnag-cocoa#1082
- Fix missing
context
for crash, OOM, and app hang errors. bugsnag-cocoa#1079 - Fix
app
properties in OOMs for apps that overrideappType
,appVersion
,bundleVersion
orreleaseStage
in their config. bugsnag-cocoa#1078 event.threads
will now be empty, rather than containing a single thread, ifsendThreads
dictates that threads should not be sent. bugsnag-cocoa#1077