Skip to content

Commit 20d0896

Browse files
authored
feat: react-native-keyboard-controller新增harmonyOS的实现 (#4)
1 parent f100194 commit 20d0896

File tree

1,104 files changed

+2239
-70230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,104 files changed

+2239
-70230
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ module.exports = {
168168
"react-native/react-native": true,
169169
"jest/globals": true,
170170
},
171-
ignorePatterns: ["node_modules/**", "lib/**", "scripts/**"],
171+
ignorePatterns: ["node_modules/**", "lib/**", "scripts/**", "docs/build/**"],
172172
};

.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/stale.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/android-e2e-test.yml

Lines changed: 0 additions & 170 deletions
This file was deleted.

.github/workflows/build-android-fabric.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)