Just tried running the expo app, but yarn is failing as it requires patch-package to have been installed globally.
However even after fixing that, running in Simulator 16 Pro (iOS 18.2).
I get this error
`Unable to resolve module @gluestack-ui/nativewind-utils/useBreakpointValue from /Users/dev/Repos/TheCore/design/gluestack-ui-starter-kits/expo-app/components/ui/grid/index.tsx: @gluestack-ui/nativewind-utils/useBreakpointValue could not be found within the project or in these directories:
node_modules
node_modules
14 | useBreakpointValue,
15 | getBreakPointValue,
16 | } from '@gluestack-ui/nativewind-utils/useBreakpointValue';
| ^
17 | const { width } = Dimensions.get('window');
18 |
19 | const GridContext = createContext({});
RCTFatal
__28-[RCTCxxBridge handleError:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_drain
_dispatch_main_queue_callback_4CF
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
-[UIApplication _run]
UIApplicationMain
main
start_sim
0x0
`
Just tried running the expo app, but yarn is failing as it requires patch-package to have been installed globally.
However even after fixing that, running in Simulator 16 Pro (iOS 18.2).
I get this error
`Unable to resolve module @gluestack-ui/nativewind-utils/useBreakpointValue from /Users/dev/Repos/TheCore/design/gluestack-ui-starter-kits/expo-app/components/ui/grid/index.tsx: @gluestack-ui/nativewind-utils/useBreakpointValue could not be found within the project or in these directories:
node_modules
node_modules
14 | useBreakpointValue,
15 | getBreakPointValue,
RCTFatal
__28-[RCTCxxBridge handleError:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_drain
_dispatch_main_queue_callback_4CF
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
-[UIApplication _run]
UIApplicationMain
main
start_sim
0x0
`