@react-native-ohos/react-native-keyboard-controller 1.12.8-rc.4 → 1.12.8-rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="EMPTY_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="inheritedJdk" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
+ </module>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/harmony.iml" filepath="$PROJECT_DIR$/.idea/harmony.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
5
+ </component>
6
+ </project>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-ohos/react-native-keyboard-controller",
3
- "version": "1.12.8-rc.4",
3
+ "version": "1.12.8-rc.5",
4
4
  "description": " control keyboard show or hide",
5
5
  "main": "Index.ets",
6
6
  "author": "",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-ohos/react-native-keyboard-controller",
3
- "version": "1.12.8-rc.4",
3
+ "version": "1.12.8-rc.5",
4
4
  "description": "Keyboard manager which works in identical way on iOS and Android and harmony",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",