Skip to content

Instantly share code, notes, and snippets.

@AndreiCalazans
Last active September 12, 2019 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndreiCalazans/c2385e16a36ac42c4b3fa48553117dad to your computer and use it in GitHub Desktop.
Save AndreiCalazans/c2385e16a36ac42c4b3fa48553117dad to your computer and use it in GitHub Desktop.
Trial Button Ref You.I example
import { Composition, ViewRef, TextRef, TextInputRef, ButtonRef } from '@youi/react-native-youi';
export default class TrialButtonExample extends React.Component {
render() {
return (
<Composition source="MyAEComposition_Screen">
<ViewRef name="ProductDescriptionView">
<ButtonRef name="TrialButton" />
</ViewRef>
</Composition>
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment