Skip to content

2D准出修改 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@react-native-async-storage/root",
"version": "1.21.0-0.1.4",
"private": true,
"workspaces": [
"packages/*"
Expand Down
Binary file modified packages/default-storage/harmony/async_storage.har
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

},
"author": "",
"name": "rnoh-async-storage",
"name": "@react-native-oh-tpl/async-storage",
"version": "1.21.0-0.1.4",
"description": "",
"main": "ts.ts",
"version": "2.5.1",
"dependencies": {
"rnoh": "file:../rnoh"
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* SOFTWARE.
*/

import { RNPackage, TurboModulesFactory } from 'rnoh/ts';
import type { TurboModule, TurboModuleContext } from 'rnoh/ts';
import { RNPackage, TurboModulesFactory } from '@rnoh/react-native-openharmony/ts';
import type { TurboModule, TurboModuleContext } from '@rnoh/react-native-openharmony/ts';
import { AsyncStorageTurboModule } from './AsyncStorageTurboModule';

class AsyncStorageTurboModulesFactory extends TurboModulesFactory {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import relationalStore from '@ohos.data.relationalStore'
import taskpool from '@ohos.taskpool';
import { TurboModule, TurboModuleContext } from 'rnoh/ts';
import { TurboModule, TurboModuleContext } from '@rnoh/react-native-openharmony/ts';
import ReactDatabaseSupplier from './ReactDatabaseSupplier';
import AsyncStorageErrorUtil from './AsyncStorageErrorUtil';
import Logger from './Logger';
Expand Down
2 changes: 1 addition & 1 deletion packages/default-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/async-storage",
"version": "1.21.0-0.1.3",
"version": "1.21.0-0.1.4",
"description": "Asynchronous, persistent, key-value storage system for React Native.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down