Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2021-090 frontend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2021-090
2021-090 frontend
Commits
4fc95009
Commit
4fc95009
authored
Jul 01, 2021
by
IT18111170-Silva S.H.I
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2nd commit
parent
1dddebae
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
15 deletions
+1
-15
2021-090-frontend
2021-090-frontend
+0
-1
App.js
App.js
+0
-6
screen/Leaderboard.js
screen/Leaderboard.js
+1
-4
screen/PriceScreen.js
screen/PriceScreen.js
+0
-4
No files found.
2021-090-frontend
@
caa28e88
Subproject commit caa28e8837b3d73b315f2b0f277a5332f9b6d2a4
App.js
View file @
4fc95009
...
...
@@ -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
();
...
...
screen/Leaderboard.js
View file @
4fc95009
...
...
@@ -81,10 +81,7 @@ const styles = StyleSheet.create({
borderRadius
:
10
},
// touchable: {
// padding: 10,
// },
right
:
{
marginLeft
:
50
},
...
...
screen/PriceScreen.js
View file @
4fc95009
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment