Guest User

Untitled

a guest
Nov 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. export default class App extends Component {
  2. render() {
  3. return(
  4. <Expo.GLView
  5. style={{ flex: 1 }}
  6. onContextCreate={this._onGLContextCreate}
  7. />
  8. )
  9. }
  10. }
Add Comment
Please, Sign In to add comment