Skip to content

Commit

Permalink
Merge pull request #4687 from parasharrajat/fix-blue
Browse files Browse the repository at this point in the history
Fix context-menu on native devices
  • Loading branch information
Beamanator authored Aug 23, 2021
2 parents 5502f86 + 2d4ec43 commit 8885807
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions src/libs/canUseTouchscreen/index.native.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function canUseTouchScreen() {
return true;
}

export default canUseTouchScreen;

0 comments on commit 8885807

Please sign in to comment.