2nd commit

parent 1dddebae
2021-090-frontend @ caa28e88
Subproject commit caa28e8837b3d73b315f2b0f277a5332f9b6d2a4
......@@ -7,12 +7,6 @@ import { homeStack } from "./Navigations/homeStack";
import { AuthStack } from "./Navigations/AuthStack";
import { FontAwesome } from '@expo/vector-icons';
// import { SplashScreen } from "../screen/SplashScreen";
// import Navigator from './Routes/drawer'
// import LoginScreen from './screen/signIn';
// import HomeScreen from './screen/homeScreen';
// import Gamification from './screen/gamification';
const Drawer = createDrawerNavigator();
......
......@@ -81,10 +81,7 @@ const styles = StyleSheet.create({
borderRadius:10
},
// touchable: {
// padding: 10,
// },
right: {
marginLeft: 50
},
......
......@@ -30,15 +30,11 @@ export function PriceScreen({ navigation, data }) {
style={styles.input}
multiline
placeholder='Name'
// onChangeText={props.handleChange('password')}
// value={navigation.getParams('Name')}
/>
<TextInput
style={styles.input}
multiline
placeholder='Earns'
// onChangeText={props.handleChange('password')}
// value={props.values.body}
/>
<TextInput
style={styles.input}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment