How set default text color for iOS when developing on RN

245 Views Asked by At

When developing an application on React Native, it became necessary to set the color for all text in the application using native methods. In the case of android, this does not cause problems (we just set the desired color in the styles.xml) but what about ios? Is it possible to prescribe the text color somewhere in the info.plist?

0

There are 0 best solutions below