I want to disable "onPress" if a parameter isEnabled === false,
works like:
const RightTitle = ({children, onPress, isEnabled}) => ( <