Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
clone_excelso
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Prasetya Saputra
clone_excelso
Commits
9716706f
Commit
9716706f
authored
May 14, 2020
by
Wahyu Adjie Prasetyo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://repo.cs.co.id:2222/wahyu/bahanoprek
parents
be445b63
fb84db91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
New_Register.js
view/New_Register.js
+6
-4
No files found.
view/New_Register.js
View file @
9716706f
...
@@ -376,7 +376,7 @@ class NewRegister extends React.Component {
...
@@ -376,7 +376,7 @@ class NewRegister extends React.Component {
<
/View
>
<
/View
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
validate
()}
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
validate
()}
>
<
View
style
=
{
styles
.
button
}
>
<
View
style
=
{
styles
.
button
}
>
<
Text
style
=
{{
color
:
'white'
,
fontWeight
:
'bold'
,
textAlign
:
'center'
,
fontSize
:
22
}}
>
REGISTER
<
/Text
>
<
Text
style
=
{{
color
:
'white'
,
fontWeight
:
'bold'
,
fontSize
:
22
}}
>
REGISTER
<
/Text
>
<
/View
>
<
/View
>
<
/TouchableOpacity
>
<
/TouchableOpacity
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'Login'
)}
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'Login'
)}
>
...
@@ -460,7 +460,7 @@ const styles = StyleSheet.create({
...
@@ -460,7 +460,7 @@ const styles = StyleSheet.create({
borderWidth
:
1
,
borderWidth
:
1
,
borderRadius
:
10
,
borderRadius
:
10
,
padding
:
10
,
padding
:
10
,
paddingLeft
:
1
7
0
,
paddingLeft
:
1
0
0
,
marginLeft
:
44
,
marginLeft
:
44
,
marginRight
:
44
,
marginRight
:
44
,
alignItems
:
'stretch'
,
alignItems
:
'stretch'
,
...
@@ -469,9 +469,11 @@ const styles = StyleSheet.create({
...
@@ -469,9 +469,11 @@ const styles = StyleSheet.create({
button
:
{
button
:
{
backgroundColor
:
'#CFB368'
,
backgroundColor
:
'#CFB368'
,
marginTop
:
25
,
marginTop
:
25
,
marginHorizontal
:
1
5
0
,
marginHorizontal
:
1
0
0
,
borderRadius
:
15
,
borderRadius
:
15
,
paddingVertical
:
5
paddingVertical
:
5
,
alignItems
:
'center'
,
justifyContent
:
'center'
},
},
signin
:
{
signin
:
{
marginTop
:
25
,
marginTop
:
25
,
...
...
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