Fix react-native-responsive-fontsize
for iPhone 14.
- Add the
RFIphone
folder to yourcomponents
folder. - Install
react-native-responsive-fontsize
import {RFIphone} from 'RFIphone' // RFIphone directory;
export const Text = styled.Text`
font-size: ${RFIphone(14)}px;
`
Note: You can import the RFIphone component anywhere in your code and use it for width and height. Just a reminder that this is not a perfect solution, feel free to adapt it as needed.