From 9d178aa535008ec86ac28358cd1cf03a5b1214b6 Mon Sep 17 00:00:00 2001 From: frits000000 <45283950+frits000000@users.noreply.github.com> Date: Thu, 10 Dec 2020 14:53:10 +0100 Subject: [PATCH] update --- .../AlfaPrentice/App/Layouts/DefaultLayout.js | 23 ++++++++++- .../Profiles/Userfunctions/InternStatus.js | 40 ++++++++++++++++--- Native/AlfaPrentice/App/index.js | 3 +- 3 files changed, 58 insertions(+), 8 deletions(-) diff --git a/Native/AlfaPrentice/App/Layouts/DefaultLayout.js b/Native/AlfaPrentice/App/Layouts/DefaultLayout.js index 0f1ba05..8d56d3b 100644 --- a/Native/AlfaPrentice/App/Layouts/DefaultLayout.js +++ b/Native/AlfaPrentice/App/Layouts/DefaultLayout.js @@ -3,7 +3,7 @@ import React from 'react'; import {View, Text, ScrollView} from 'react-native'; //Components -import {Header, Footer} from '../index'; +import {Header, Footer, Hero} from '../index'; class DefaultLayout extends React.Component { constructor(props){ @@ -23,4 +23,23 @@ constructor(props){ } } -export default DefaultLayout; \ No newline at end of file +class UserProfileLayout extends React.Component { + constructor(props){ + super(props); + } + + render() { + return ( + + +
+ + {this.props.children} + +