I have a React Native application that would like to support the 'Bold Text' setting for iOS in Settings > Accessibility > Display & Text Size > Bold Text. However, when I enable this, it has no effect on the text in the app. Other accessibility settings such as "Larger Text" do work.
Does React Native not support this setting? Thanks.