Skip to content

Instantly share code, notes, and snippets.

@faustoct1
Last active May 14, 2019 05:31
Show Gist options
  • Save faustoct1/65a1ee33bd1e61b74ce6e485a8595777 to your computer and use it in GitHub Desktop.
Save faustoct1/65a1ee33bd1e61b74ce6e485a8595777 to your computer and use it in GitHub Desktop.
Exemplo de uso do proxy
<TouchableOpacity onPress={()=>{Views.navigator.navigate({
routeName: 'Proxy',
params: {component:'List', title: 'Curtidas'},
key: Backend.uuid() })}}>
<Text style={{fontSize: 16, margin:10}}>Curtidas</Text>
</TouchableOpacity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment