react-intl-native icon indicating copy to clipboard operation
react-intl-native copied to clipboard

Allow to use custom Text component

Open slorber opened this issue 8 years ago • 0 comments

import { Text } from 'react-native';

This is a nice default, but one might want to use another variation of this component

There is a context.textComponent option that you should consider using in case the default Text of React-native is not what the user wants to use (this is my case, because I use Text component from Glamorous)

See https://github.com/yahoo/react-intl/blob/master/src/components/message.js#L59

slorber avatar Aug 30 '17 13:08 slorber