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

Error if pass <FormattedMessage /> as a child into TouchableOpacity

Open serhiipalash opened this issue 6 years ago • 0 comments

Hi! Can you update FormattedMessage with this code?

setNativeProps = nativeProps => {
  this._root.setNativeProps(nativeProps)
}

Than it will be possible to use as a child of TouchableOpacity.

Look more here https://github.com/yahoo/react-intl/issues/1081

serhiipalash avatar Jan 08 '18 13:01 serhiipalash