File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
"devDependencies" : {
4
4
} ,
5
5
"author" : "" ,
6
- "name" : "rnoh -text-size" ,
6
+ "name" : "@react-native-oh-tpl/react-native -text-size" ,
7
7
"description" : "Please describe the basic information." ,
8
8
"main" : "index.ets" ,
9
- "version" : "1 .0.0" ,
9
+ "version" : "4 .0.0-0.0.4 " ,
10
10
"dependencies" : {
11
- "rnoh" : "file:../rnoh "
11
+ "@ rnoh/react-native-openharmony " : "file:../react_native_openharmony "
12
12
}
13
13
}
Original file line number Diff line number Diff line change 1
- import { RNPackage , TurboModulesFactory } from ' rnoh/ts' ;
2
- import type { TurboModule , TurboModuleContext } from ' rnoh/ts' ;
1
+ import { RNPackage , TurboModulesFactory } from "@ rnoh/react-native-openharmony/ts" ;
2
+ import type { TurboModule , TurboModuleContext } from "@ rnoh/react-native-openharmony/ts" ;
3
3
import { RNTextSizeTurboModule } from './RNTextSizeTurboModule' ;
4
4
5
5
class RNTextSizeTurboModuleFactory 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" ;
25
+ import { TurboModule } from "@ rnoh/react-native-openharmony /ts" ;
26
26
import font from '@ohos.font'
27
27
import measure , { MeasureOptions } from '@ohos.measure'
28
28
import { config } from './config' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native-oh-tpl/react-native-text-size" ,
3
- "version" : " 4.0.0-0.0.3 " ,
3
+ "version" : " 4.0.0-0.0.4 " ,
4
4
"harmony" : {
5
5
"alias" : " react-native-text-size"
6
6
},
You can’t perform that action at this time.
0 commit comments