how to use isRTL in react native style sheet object ?

Hello, I want to use isRTL in my react native style sheet objetc ,

like so


const styles = StyleSheet.create({
  textInput: {
    textAlign: "right",
  },
});