Skip to content

Instantly share code, notes, and snippets.

@CodingItWrong
Created January 4, 2019 02:36
Show Gist options
  • Save CodingItWrong/f80cddbf37e3ebfad34e9051eb4c2f4e to your computer and use it in GitHub Desktop.
Save CodingItWrong/f80cddbf37e3ebfad34e9051eb4c2f4e to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import {
View,
} from 'react-native';
export default class NewMessageForm extends Component {
render() {
return (
<View>
</View>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment