File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 44 "description" : " Native modules for NativeUI Primitives (iOS and Android)" ,
55 "main" : " build/index.js" ,
66 "react-native" : " build/index.native.js" ,
7- "types" : " build/index.d.ts" ,
87 "scripts" : {
98 "build" : " expo-module build" ,
109 "clean" : " expo-module clean" ,
Original file line number Diff line number Diff line change 88 ContextMenuSection ,
99 ContextMenuContext ,
1010 useContextMenu ,
11- } from '@native-ui-org/native-modules/src/context-menu ' ;
11+ } from '@native-ui-org/native-modules' ;
1212
1313export type {
1414 ContextMenuProps ,
@@ -18,5 +18,5 @@ export type {
1818 ContextMenuSeparatorProps ,
1919 ContextMenuSubmenuProps ,
2020 ContextMenuSectionProps ,
21- } from '@native-ui-org/native-modules/src/context-menu ' ;
21+ } from '@native-ui-org/native-modules' ;
2222
Original file line number Diff line number Diff line change 88 ContextMenuSection ,
99 ContextMenuContext ,
1010 useContextMenu ,
11- } from '@native-ui-org/native-modules/src/context-menu ' ;
11+ } from '@native-ui-org/native-modules' ;
1212
1313export type {
1414 ContextMenuProps ,
@@ -18,5 +18,5 @@ export type {
1818 ContextMenuSeparatorProps ,
1919 ContextMenuSubmenuProps ,
2020 ContextMenuSectionProps ,
21- } from '@native-ui-org/native-modules/src/context-menu ' ;
21+ } from '@native-ui-org/native-modules' ;
2222
You can’t perform that action at this time.
0 commit comments