Fix react-native-responsive-fontsize for iPhone 14.
- Add the
RFIphonefolder to yourcomponentsfolder. - 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.