Skip to content

Instantly share code, notes, and snippets.

@maowug
Created November 16, 2015 13:29
Show Gist options
  • Save maowug/f758bd57dc7ec550f2ca to your computer and use it in GitHub Desktop.
Save maowug/f758bd57dc7ec550f2ca to your computer and use it in GitHub Desktop.
react-native bug1
<TouchableHighlight
  style={styles.button}
  onPress = {this._handleSubmit`()`}> // would cuz   [self executeBlockOnJavaScriptQueue:RCTProfileBlock((^{
  <Text style={styles.buttonText}>Search</Text>
</TouchableHighlight>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment