Skip to content

Instantly share code, notes, and snippets.

@CodingItWrong
Created January 4, 2019 02:46
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 CodingItWrong/7cc6902b06a0088e98660d4af3ad4dd6 to your computer and use it in GitHub Desktop.
Save CodingItWrong/7cc6902b06a0088e98660d4af3ad4dd6 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import {
View,
} from 'react-native';
export default class App extends Component {
render() {
return (
<View>
</View>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment