Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IT2810-H19
Teams
Team 10
Prosjekt 4
Commits
bfbe711f
Commit
bfbe711f
authored
Nov 11, 2019
by
Solveig Hergot Langås
Browse files
Small changes
parent
f4c1a3b1
Changes
4
Hide whitespace changes
Inline
Side-by-side
backend/package.json
View file @
bfbe711f
...
...
@@ -4,7 +4,7 @@
"android"
:
"expo start --android"
,
"ios"
:
"expo start --ios"
,
"web"
:
"expo start --web"
,
"start"
:
"concurrently
\"
cd .. && cd frontend &&
expo
start
\"
\"
nodemon server.js
\"
"
,
"start"
:
"concurrently
\"
cd .. && cd frontend &&
npm
start
\"
\"
nodemon server.js
\"
"
,
"eject"
:
"expo eject"
},
"dependencies"
:
{
...
...
assets/icon.png
→
frontend/
assets/icon.png
View file @
bfbe711f
File moved
assets/splash.png
→
frontend/
assets/splash.png
View file @
bfbe711f
File moved
frontend/pages/ExplorePage.js
View file @
bfbe711f
...
...
@@ -13,19 +13,12 @@ class ExplorePage extends Component {
this
.
props
.
changeSearchword
(
"
All
"
)
}
/*_handleLoadMore = () => {
() => {
this._fetchAllBeers();
}
);
};*/
render
(){
const
styles
=
StyleSheet
.
create
({
container
:
{
flexDirection
:
"
column
"
,
alignItems
:
"
center
"
,
marginTop
:
50
marginTop
:
50
,
},
header
:
{
...
...
Write
Preview
Supports
Markdown
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