Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
b4725c90
Commit
b4725c90
authored
Feb 20, 2017
by
Marek Kotewicz
Browse files
unifying styles accross all views
parent
64db01e3
Changes
24
Hide whitespace changes
Inline
Side-by-side
src/reducers/index.js
View file @
b4725c90
'
use strict
'
import
{
combineReducers
}
from
'
redux
'
import
accounts
from
'
./accounts
'
import
routes
from
'
./routes
'
...
...
src/reducers/routes.js
View file @
b4725c90
'
use strict
'
import
{
ActionConst
}
from
'
react-native-router-flux
'
export
default
function
reducer
(
state
=
{},
{
type
,
scene
})
{
...
...
src/reducers/transactions.js
View file @
b4725c90
'
use strict
'
import
{
NEW_SCANNED_TX
,
SIGNED_TX
}
from
'
../constants/TransactionActions
'
const
initialState
=
{}
...
...
src/styles/index.js
0 → 100644
View file @
b4725c90
'
use strict
'
import
React
from
'
react
'
import
{
StyleSheet
}
from
'
react-native
'
export
default
StyleSheet
.
create
({
view
:
{
flex
:
1
,
marginTop
:
64
,
marginBottom
:
50
,
padding
:
20
},
listView
:
{
flex
:
1
,
marginTop
:
64
,
marginBottom
:
50
,
}
})
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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