Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit c80ec31

Browse files
committed
fix: type
1 parent 6b8d2bc commit c80ec31

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

native-modules/react-native-check-biometric-auth-changed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onekeyfe/react-native-check-biometric-auth-changed",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "react-native-check-biometric-auth-changed",
55
"workspaces": [
66
"example"

native-modules/react-native-lite-card/ReactNativeLiteCard.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ Pod::Spec.new do |s|
1313
s.platforms = { :ios => min_ios_version_supported }
1414
s.source = { :git => "https://github.com/OneKeyHQ/app-modules/onekeyfe-react-native-lite-card.git", :tag => "#{s.version}" }
1515

16-
s.source_files = "ios/**/*.{h,m,mm,swift,cpp}", "keys/**/*.{h,c,m,mm,swift,cpp}"
16+
s.source_files = "ios/Classes/**/*.{h,m,mm,swift,cpp}", "ios/ReactNativeLiteCard.(h,m,mm,swift,cpp)" ,"keys/**/*.{h,c,m,mm,swift,cpp}"
1717
s.vendored_framework = "ios/GPChannelSDKCore.xcframework"
18-
s.private_header_files = "ios/**/*.h"
1918

2019

2120
install_modules_dependencies(s)

native-modules/react-native-lite-card/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onekeyfe/react-native-lite-card",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "lite card",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
@@ -15,6 +15,7 @@
1515
"files": [
1616
"src",
1717
"lib",
18+
"keys",
1819
"android",
1920
"ios",
2021
"cpp",

native-modules/react-native-lite-card/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,4 @@ class OnekeyLite {
9292
const onekeyLite = new OnekeyLite();
9393
export default onekeyLite;
9494
export type * from './NativeReactNativeLiteCard';
95+
export { CardErrors } from './NativeReactNativeLiteCard';

0 commit comments

Comments
 (0)