Serhii Palash

Results 12 issues of Serhii Palash

Hi @kentcdodds ! I use this plugin with Expo/React Native and it works great! One problem is that code regeneration happens only on restarting Metro packager with cleaning the cache,...

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...