-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] enableReadingModeQuickMenu prop (#668)
* added prop disableReadingModeQuickMenu (android only) + ios blank implementation due to hygen generated prop * Updating JS files * Updating package version * update api.md * Update API.md * change to enable for consistent with native android * change disabled to enabled for all mentions consistent with native api * Update API.md * Update DocumentViewViewManager.java * Delete example/yarn.lock not intended * Update App.js missed test line * fix logic as can't extract toolmanager as is * default true * Delete ios/RNTPTDocumentView.m unneed ios blank implementation * Delete ios/RNTPTDocumentViewManager.m same as last commit * Delete ios/RNTPTDocumentView.h ^ * Revert "Delete ios/RNTPTDocumentView.m" This reverts commit f0c13f7. * Revert "Delete ios/RNTPTDocumentViewManager.m" This reverts commit 9703d81. * Revert "Delete ios/RNTPTDocumentView.h" This reverts commit 9d8834d. * remove blank ios * Update RNTPTDocumentView.h random space + cleaning PR * edit mEnableQuickMenu * name for consistency * missed variable change --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
83ae002
commit 9f9b2c1
Showing
6 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters