Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
2b063ec8
Commit
2b063ec8
authored
Mar 15, 2017
by
AuckeBos
Browse files
Events request added and working
parent
f846183a
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/actions/calendar.js
0 → 100644
View file @
2b063ec8
/**
* Created by aucke on 3/8/17.
*/
app/components/
Ag
enda.js
→
app/components/
Cal
enda
r
.js
View file @
2b063ec8
import
React
from
'
react
'
;
import
{
Text
,
View
}
from
'
react-native
'
;
const
Ag
enda
=
()
=>
const
Cal
enda
r
=
()
=>
<
View
>
<
Text
>
Algemene
Ledenvergadering
...
...
@@ -15,4 +15,4 @@ const Agenda = () =>
<
/View
>
;
export
default
Ag
enda
;
export
default
Cal
enda
r
;
app/reducers/calendar.js
0 → 100644
View file @
2b063ec8
import
*
as
types
from
'
../actions/actionTypes
'
;
const
initialState
=
{
};
export
default
function
calendar
(
state
=
initialState
,
action
=
{})
{
switch
(
action
.
type
)
{
default
:
return
{
...
state
};
}
}
/**
* Created by aucke on 3/8/17.
*/
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