Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
safetcut-app
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
atichat
safetcut-app
Commits
f06a1fd6
Commit
f06a1fd6
authored
Jul 30, 2019
by
OuiAtichat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update sync style ios and android
parent
88d1f2b1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
4 deletions
+6
-4
AppNavigation.js
+1
-1
screens/Private/TimerScreen/TimerScreen.js
+1
-0
screens/Public/ForgotPasswordScreen.js
+1
-1
screens/Public/RegisterScreen.js
+2
-2
screens/Public/SendEmailScreen.js
+1
-0
No files found.
AppNavigation.js
View file @
f06a1fd6
...
@@ -224,7 +224,7 @@ const IntroStack = createStackNavigator(
...
@@ -224,7 +224,7 @@ const IntroStack = createStackNavigator(
},
},
{
{
initialRouteName
:
'Login'
,
initialRouteName
:
'Login'
,
defaultNavigationOptions
:
{
headerStyle
:
{
borderColor
:
'transparent'
,
elevation
:
0
}
},
defaultNavigationOptions
:
{
headerStyle
:
{
borderColor
:
'transparent'
,
elevation
:
0
,
borderBottomWidth
:
0
}
},
}
}
);
);
...
...
screens/Private/TimerScreen/TimerScreen.js
View file @
f06a1fd6
...
@@ -368,6 +368,7 @@ export default class TimerScreen extends Component {
...
@@ -368,6 +368,7 @@ export default class TimerScreen extends Component {
return
(
return
(
<>
<>
<
Tabs
<
Tabs
locked
tabBarUnderlineStyle
=
{{
backgroundColor
:
'transparent'
}}
tabBarUnderlineStyle
=
{{
backgroundColor
:
'transparent'
}}
renderTabBar
=
{()
=>
<
ScrollableTab
style
=
{{
backgroundColor
:
color
.
white
,
borderWidth
:
0
}}
/>
}
renderTabBar
=
{()
=>
<
ScrollableTab
style
=
{{
backgroundColor
:
color
.
white
,
borderWidth
:
0
}}
/>
}
locked
locked
...
...
screens/Public/ForgotPasswordScreen.js
View file @
f06a1fd6
...
@@ -16,7 +16,7 @@ const email = value =>
...
@@ -16,7 +16,7 @@ const email = value =>
export
default
class
ForgotPasswordScreen
extends
Component
{
export
default
class
ForgotPasswordScreen
extends
Component
{
static
navigationOptions
=
({
navigation
})
=>
({
static
navigationOptions
=
({
navigation
})
=>
({
title
:
undefined
,
title
:
undefined
,
headerStyle
:
{
borderBottomWidth
:
0
},
//
headerStyle: { borderBottomWidth: 0 },
headerLeft
:
(
headerLeft
:
(
<
HeaderButtons
HeaderButtonComponent
=
{
IoniconsHeaderButton
}
>
<
HeaderButtons
HeaderButtonComponent
=
{
IoniconsHeaderButton
}
>
<
Item
title
=
"back"
iconName
=
"ios-arrow-back"
onPress
=
{()
=>
navigation
.
goBack
()}
dark
/>
<
Item
title
=
"back"
iconName
=
"ios-arrow-back"
onPress
=
{()
=>
navigation
.
goBack
()}
dark
/>
...
...
screens/Public/RegisterScreen.js
View file @
f06a1fd6
import
React
,
{
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
import
{
Container
,
Text
,
CheckBox
,
Icon
}
from
'native-base'
;
import
{
Container
,
Text
,
CheckBox
,
Icon
}
from
'native-base'
;
import
{
color
,
theme
}
from
'../../constants/Styles'
;
import
{
color
,
theme
}
from
'../../constants/Styles'
;
import
{
KeyboardAvoidingView
,
View
,
ScrollView
}
from
'react-native'
;
import
{
Platform
,
View
,
ScrollView
}
from
'react-native'
;
import
RegisterForm
from
'../../components/Form/RegisterForm'
;
import
RegisterForm
from
'../../components/Form/RegisterForm'
;
import
{
HeaderButtons
,
Item
}
from
'react-navigation-header-buttons'
;
import
{
HeaderButtons
,
Item
}
from
'react-navigation-header-buttons'
;
import
IoniconsHeaderButton
from
'../../components/IoniconsHeaderButton'
;
import
IoniconsHeaderButton
from
'../../components/IoniconsHeaderButton'
;
...
@@ -9,7 +9,7 @@ import IoniconsHeaderButton from '../../components/IoniconsHeaderButton';
...
@@ -9,7 +9,7 @@ import IoniconsHeaderButton from '../../components/IoniconsHeaderButton';
export
default
class
RegisterScreen
extends
Component
{
export
default
class
RegisterScreen
extends
Component
{
static
navigationOptions
=
({
navigation
})
=>
({
static
navigationOptions
=
({
navigation
})
=>
({
title
:
undefined
,
title
:
undefined
,
headerStyle
:
{
borderBottomWidth
:
0
},
headerLeft
:
(
headerLeft
:
(
<
HeaderButtons
HeaderButtonComponent
=
{
IoniconsHeaderButton
}
>
<
HeaderButtons
HeaderButtonComponent
=
{
IoniconsHeaderButton
}
>
<
Item
title
=
"back"
iconName
=
"ios-arrow-back"
onPress
=
{()
=>
navigation
.
goBack
()}
dark
/>
<
Item
title
=
"back"
iconName
=
"ios-arrow-back"
onPress
=
{()
=>
navigation
.
goBack
()}
dark
/>
...
...
screens/Public/SendEmailScreen.js
View file @
f06a1fd6
...
@@ -14,6 +14,7 @@ const styles = StyleSheet.create({
...
@@ -14,6 +14,7 @@ const styles = StyleSheet.create({
textAlign
:
'center'
,
textAlign
:
'center'
,
},
},
});
});
export
default
class
SendEmailScreen
extends
Component
{
export
default
class
SendEmailScreen
extends
Component
{
static
navigationOptions
=
({
navigation
})
=>
({
static
navigationOptions
=
({
navigation
})
=>
({
// title: undefined,
// title: undefined,
...
...
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