Initial commit.
This commit is contained in:
commit
1f90ca2575
63 changed files with 4059 additions and 0 deletions
15
controllers/MemeleeViewController.js
Normal file
15
controllers/MemeleeViewController.js
Normal 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;
|
||||
};
|
||||
Reference in a new issue