Initial commit.

This commit is contained in:
Ryan McGrath 2018-04-05 15:17:53 -04:00
commit 1f90ca2575
No known key found for this signature in database
GPG key ID: 811674B62B666830
63 changed files with 4059 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/**
* MemeleeViewController.js
*
* Yes yes iOS style etc etc. Handles ensuring that all view controllers have default styling
* and such applied.
*
* @copyright Ryan McGrath 2018.
*/
import React from 'react';
import styles from '../styles';
export default class MemeleeController extends React.Component {
static navigatorStyle = styles.navigatorStyles;
};