-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scroll to caret position on focused field (#461)
* Add measureSelectionInWindow native call * Add scroll to caret ability * Update react-native-keyboard-aware-scroll-view ref * Use public method viewForReactTag to get the view * Remove unnecessary self usage * Move native call to its own project * Update react-native-keyboard-aware-scroll-view ref * Update react-native-keyboard-aware-scroll-view ref to version
- Loading branch information
Showing
7 changed files
with
59 additions
and
21 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
22 changes: 22 additions & 0 deletions
22
...utenberg-bridge/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "react-native-keyboard-aware-scroll-view", | ||
"version": "0.8.2", | ||
"homepage": "https://github.com/wordpress-mobile/react-native-keyboard-aware-scroll-view", | ||
"summary": "React Native module to arrange scroll poisition according to keyboard on input fields.", | ||
"license": "MIT", | ||
"authors": "WordPress Mobile Gutenberg Team", | ||
"platforms": { | ||
"ios": "8.0" | ||
}, | ||
"source": { | ||
"git": "https://github.com/wordpress-mobile/react-native-keyboard-aware-scroll-view.git", | ||
"tag": "gb-v0.8.2" | ||
}, | ||
"source_files": "ios/RNKeyboardAwareScrollView/*.{h,m}", | ||
"preserve_paths": "**/*.js", | ||
"dependencies": { | ||
"React": [ | ||
|
||
] | ||
} | ||
} |
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