Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pianoApp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
norhalimah
pianoApp
Commits
12a0c461
Commit
12a0c461
authored
Jan 15, 2021
by
norhalimah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
backhandler
parent
b295c1d1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
home.js
screens/home.js
+3
-1
quiz.js
screens/quiz.js
+0
-0
No files found.
screens/home.js
View file @
12a0c461
...
...
@@ -18,10 +18,12 @@ class Home extends React.PureComponent {
async
componentDidMount
()
{
Orientation
.
lockToPortrait
();
// Orientation.lockAsync(Orientation.OrientationLock.PORTRAIT_UP);
}
componentWillUnmount
()
{
Orientation
.
lockToPortrait
();
Orientation
.
lockToPortrait
();
// Orientation.lockAsync(Orientation.OrientationLock.PORTRAIT_UP);
}
render
()
{
...
...
screens/quiz.js
View file @
12a0c461
This diff is collapsed.
Click to expand it.
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