Skip to content

Commit

Permalink
Merge pull request #6 from react-native-oh-library/codegen
Browse files Browse the repository at this point in the history
use codegen
  • Loading branch information
Louis-C7 authored Apr 20, 2024
2 parents e13f437 + e553780 commit e448810
Show file tree
Hide file tree
Showing 22 changed files with 191 additions and 676 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ web-build

# generated by bob
dist/

*.tgz
Binary file modified harmony/picker.har
Binary file not shown.
3 changes: 2 additions & 1 deletion harmony/picker/index.ets
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
* SOFTWARE.
*/

export * from './src/main/ets/RNCPicker'
export * from './src/main/ets/RNCPicker'
export * from './ts'
2 changes: 1 addition & 1 deletion harmony/picker/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
},
"author": "Huawei",
"name": "@react-native-oh-tpl/picker",
"version": "2.6.1-0.1.5",
"description": "picker for HarmonyOS",
"main": "index.ets",
"version": "2.6.1-0.2.0",
"dependencies": {
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
}
Expand Down
7 changes: 0 additions & 7 deletions harmony/picker/src/main/cpp/CMakeLists.txt

This file was deleted.

36 changes: 0 additions & 36 deletions harmony/picker/src/main/cpp/ComponentDescriptor.h

This file was deleted.

40 changes: 0 additions & 40 deletions harmony/picker/src/main/cpp/EventEmitters.cpp

This file was deleted.

47 changes: 0 additions & 47 deletions harmony/picker/src/main/cpp/EventEmitters.h

This file was deleted.

73 changes: 0 additions & 73 deletions harmony/picker/src/main/cpp/PickerEventEmitRequestHandler.h

This file was deleted.

54 changes: 0 additions & 54 deletions harmony/picker/src/main/cpp/PickerJSIBinder.h

This file was deleted.

67 changes: 0 additions & 67 deletions harmony/picker/src/main/cpp/PickerNapiBinder.h

This file was deleted.

Loading

0 comments on commit e448810

Please sign in to comment.