Open
Description
Describe the bug
For settings.AppleLocale
, settings
can be null
/undefined
using the new arch, so I think we also need a check _a.settings?.AppleLocale
To reproduce
When I loaded my application using React 0.77 with the new architecture on an iOS simulator with the latest iOS version settings
was undefined
or null
Expected behavior
Check for nullability on settings
SDK version
Latest
Activity