Skip to content

Commit a08846c

Browse files
rodrigobdzDanielMSchmidt
authored andcommitted
Update broken links in README (#22)
The links to the React Native Keyboard API were outdated.
1 parent bffa0d2 commit a08846c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A simple way to dismiss the keyboard programmatically in a react native application. [A demo app can be found here](https://github.com/DanielMSchmidt/DismissKeyboardExample).
44

55
## Deprecated for React Native >= 0.35
6-
This module extracts code from an undocumented React Native feature. The reason I wrote it is that the import of the internal module failed after updating and in some specific setups. The feature is now documented in React Native and may be used directly with the [React Native Keyboard API](http://facebook.github.io/react-native/releases/next/docs/keyboard.html). If your React Native version is high enough I can only encourage you to use React Natives implementation.
6+
This module extracts code from an undocumented React Native feature. The reason I wrote it is that the import of the internal module failed after updating and in some specific setups. The feature is now documented in React Native and may be used directly with the [React Native Keyboard API](https://facebook.github.io/react-native/docs/keyboard.html). If your React Native version is high enough I can only encourage you to use React Natives implementation.
77

88
## Web Views
99
This module targets React Native Views, therefore the solution will not work in React Native Web Views. Please use an [alternative solution](http://stackoverflow.com/questions/8335834/how-can-i-hide-the-android-keyboard-using-javascript) in your Web Views Javascript.
@@ -22,7 +22,7 @@ This module targets React Native Views, therefore the solution will not work in
2222
|-------------------------------|---------------------------------------|
2323
| >= 0.11 & < 0.23 | < 1.0 |
2424
| >= 0.23 | >= 1.0 |
25-
| >= 0.36 | [React Native Keyboard API](http://facebook.github.io/react-native/releases/0.36/docs/keyboard.html)|
25+
| >= 0.36 | [React Native Keyboard API](https://facebook.github.io/react-native/docs/0.36/keyboard)|
2626

2727
If you experience any restrictions or if it works on other versions, please let us know.
2828

0 commit comments

Comments
 (0)