From 3e72bfa56c860826429a842f6c128d78d4a930db Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 1 Jun 2017 19:47:08 -0400 Subject: react-native-web port of fmf app --- client/src/lib/components/header.js | 52 +++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 client/src/lib/components/header.js (limited to 'client/src/lib/components/header.js') diff --git a/client/src/lib/components/header.js b/client/src/lib/components/header.js new file mode 100644 index 0000000..4cd264a --- /dev/null +++ b/client/src/lib/components/header.js @@ -0,0 +1,52 @@ +import React, { Component } from 'react' +import { + Image, + StyleSheet, + TouchableOpacity, + Text, + View, +} from 'react-native' +import { Link } from 'react-router-dom' + +import Nav from '../views/nav' + +export default class ClearText extends Component { + render() { + return ( + +