Skip to content

Commit

Permalink
修复RNImagePickerTurboModule命名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
fzxlzy committed Dec 27, 2023
1 parent 219d988 commit e24bbbe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified harmony/image_picker.har
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* SOFTWARE.
*/

#include "RNImagePickerTurbomodule.h"
#include "RNImagePickerTurboModule.h"

using namespace rnoh;
using namespace facebook;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-image-picker",
"version": "7.0.3-0.0.5",
"version": "7.0.3-0.0.6",
"description": "A React Native module that allows you to use native UI to select media from the device library or directly from the camera",
"react-native": "src/index.ts",
"main": "src/index.ts",
Expand Down

0 comments on commit e24bbbe

Please sign in to comment.