File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
"name" : "@react-native-oh-tpl/netinfo" ,
8
8
"description" : "Please describe the basic information." ,
9
9
"main" : "ts.ts" ,
10
- "version" : "11.1.0-0.0.6 " ,
10
+ "version" : "11.1.0-0.0.7 " ,
11
11
"dependencies" : {
12
- "rnoh" : "file:../libs/rnoh-4.1.0.400.har "
12
+ "@ rnoh/react-native-openharmony" : "file:../react_native_openharmony "
13
13
} ,
14
14
"types" : 'har'
15
15
}
Original file line number Diff line number Diff line change 22
22
* SOFTWARE.
23
23
*/
24
24
25
- import { RNPackage , TurboModulesFactory } from 'rnoh/ts' ;
26
- import type { TurboModule , TurboModuleContext } from 'rnoh/ts' ;
25
+ import { RNPackage , TurboModulesFactory } from '@ rnoh/react-native-openharmony /ts' ;
26
+ import type { TurboModule , TurboModuleContext } from '@ rnoh/react-native-openharmony /ts' ;
27
27
import { NetInfoTurboModule } from './NetInfoTurboModule' ;
28
28
29
29
class NetInfoTurboModulesFactory extends TurboModulesFactory {
Original file line number Diff line number Diff line change 22
22
* SOFTWARE.
23
23
*/
24
24
25
- import { TurboModule } from 'rnoh/ts' ;
26
- import type { TurboModuleContext } from 'rnoh/ts' ;
25
+ import { TurboModule } from '@ rnoh/react-native-openharmony /ts' ;
26
+ import type { TurboModuleContext } from '@ rnoh/react-native-openharmony /ts' ;
27
27
import wifiManager from '@ohos.wifiManager' ;
28
28
import connection from '@ohos.net.connection'
29
29
import Logger from './Logger'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native-oh-tpl/netinfo" ,
3
- "version" : " 11.1.0-0.0.6 " ,
3
+ "version" : " 11.1.0-0.0.7 " ,
4
4
"description" : " React Native Network Info API for iOS & Android" ,
5
5
"harmony" : {
6
6
"alias" : " @react-native-community/netinfo"
You can’t perform that action at this time.
0 commit comments