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
0329eb81
Commit
0329eb81
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
a9f6004b
e56e0390
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
file-register.png
assets/images/file-register.png
+0
-0
New_Register.js
view/New_Register.js
+6
-3
No files found.
assets/images/file-register.png
0 → 100644
View file @
0329eb81
This diff is collapsed.
Click to expand it.
view/New_Register.js
View file @
0329eb81
import
React
from
'react'
;
import
React
from
'react'
;
import
{
StyleSheet
,
View
,
Text
,
TextInput
,
Button
,
StatusBar
,
Picker
,
Alert
}
from
'react-native'
;
import
{
StyleSheet
,
View
,
Text
,
TextInput
,
Button
,
StatusBar
,
Picker
,
Alert
,
Image
}
from
'react-native'
;
import
{
ScrollView
,
TouchableOpacity
}
from
'react-native-gesture-handler'
;
import
{
ScrollView
,
TouchableOpacity
}
from
'react-native-gesture-handler'
;
import
Axios
from
'axios'
;
import
Axios
from
'axios'
;
import
{
connect
}
from
'react-redux'
;
import
{
connect
}
from
'react-redux'
;
...
@@ -384,6 +384,9 @@ class NewRegister extends React.Component {
...
@@ -384,6 +384,9 @@ class NewRegister extends React.Component {
<
Text
style
=
{{
color
:
'#CFB368'
}}
>
SIGN
IN
<
/Text
>
<
Text
style
=
{{
color
:
'#CFB368'
}}
>
SIGN
IN
<
/Text
>
<
/View
>
<
/View
>
<
/TouchableOpacity
>
<
/TouchableOpacity
>
<
View
style
=
{{
flex
:
1
}}
>
<
Image
source
=
{
require
(
'../assets/images/file-register.png'
)}
resizeMethod
=
'resize'
resizeMode
=
'contain'
style
=
{{
height
:
300
,
width
:
'100%'
}}
><
/Image
>
<
/View
>
<
/View
>
<
/View
>
<
/ScrollView
>
<
/ScrollView
>
<
/View
>
<
/View
>
...
@@ -472,8 +475,8 @@ const styles = StyleSheet.create({
...
@@ -472,8 +475,8 @@ const styles = StyleSheet.create({
marginHorizontal
:
100
,
marginHorizontal
:
100
,
borderRadius
:
15
,
borderRadius
:
15
,
paddingVertical
:
5
,
paddingVertical
:
5
,
alignItems
:
'center'
,
alignItems
:
'center'
,
justifyContent
:
'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