'I want to ignore default preferences set by the user in react-native

I am making an app in react-native but wherever I'm using text I want that to be constant as I set it. For e.g - I don't want my text to be scaled if the user has increased the default font size of his device. In one word - I just want to all the default user preferences/settings on his device.

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source