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

Commit 1a4240a

Browse files
committed
fix: fix version
1 parent cc83c49 commit 1a4240a

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

native-modules/react-native-background-thread/android/src/main/java/com/backgroundthread/BackgroundThreadModule.kt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ class BackgroundThreadModule(reactContext: ReactApplicationContext) :
1111
return NAME
1212
}
1313

14-
// Example method
15-
// See https://reactnative.dev/docs/native-modules-android
16-
override fun multiply(a: Double, b: Double): Double {
17-
return a * b
14+
override fun postBackgroundMessage(message: String) {
15+
// TODO: Implement postBackgroundMessage
16+
}
17+
18+
override fun startBackgroundRunnerWithEntryURL(entryURL: String) {
19+
// TODO: Implement startBackgroundRunnerWithEntryURL
1820
}
1921

2022
companion object {

native-modules/react-native-background-thread/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-background-thread",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "react-native-background-thread",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

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.8",
3+
"version": "1.1.9",
44
"description": "react-native-check-biometric-auth-changed",
55
"workspaces": [
66
"example"

native-modules/react-native-cloud-kit-module/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-cloud-kit-module",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "react-native-cloud-kit-module",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

native-modules/react-native-keychain-module/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-keychain-module",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "react-native-keychain-module",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

native-modules/react-native-lite-card/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-lite-card",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "lite card",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)