Skip to content

Commit 0bae9e4

Browse files
authored
Merge pull request #490 from crowdbotics/qa
Deploy QA to Master
2 parents 8986447 + 8201aeb commit 0bae9e4

File tree

8 files changed

+944
-522
lines changed

8 files changed

+944
-522
lines changed

Pipfile.lock

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cookie/{{cookiecutter.project_slug}}/.crowdbotics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"scaffold": {
33
"type": "react-native",
4-
"version": "2.7.1",
4+
"version": "2.7.2",
55
"cookiecutter_context": {
66
"project_name": "{{cookiecutter.project_name}}",
77
"project_slug": "{{cookiecutter.project_slug}}",

dist/cookie/{{cookiecutter.project_slug}}/public/django_index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
99
<meta name="theme-color" content="#000000">
1010
<title>React App</title>
11+
<style>
12+
html, body {
13+
height: 100%;
14+
margin: 0;
15+
padding: 0;
16+
}
17+
18+
#root {
19+
height: 100%;
20+
display: flex;
21+
flex-direction: column;
22+
}
23+
</style>
1124
</head>
1225

1326
<body>

0 commit comments

Comments
 (0)