When I try to run computer vision example app on android emulator I get a lot of errors that react-native-executorch isn't linked and the expo router can't find files for each route.
- You rebuilt the app after installing the package
- You are not using Expo Go
, js engine: hermes
WARN Route "./classification/index.tsx" is missing the required default export. Ensure a React component is exported as default.
ERROR Error: The package 'react-native-executorch' doesn't seem to be linked. Make sure:
- You rebuilt the app after installing the package
- You are not using Expo Go
, js engine: hermes
WARN Route "./image_segmentation/index.tsx" is missing the required default export. Ensure a React component is exported as default.
ERROR Error: The package 'react-native-executorch' doesn't seem to be linked. Make sure:
- You rebuilt the app after installing the package
- You are not using Expo Go
, js engine: hermes
WARN Route "./object_detection/index.tsx" is missing the required default export. Ensure a React component is exported as default.
ERROR Error: The package 'react-native-executorch' doesn't seem to be linked. Make sure:
- You rebuilt the app after installing the package
- You are not using Expo Go
, js engine: hermes
WARN Route "./ocr/index.tsx" is missing the required default export. Ensure a React component is exported as default.
ERROR Error: The package 'react-native-executorch' doesn't seem to be linked. Make sure:
- You rebuilt the app after installing the package
- You are not using Expo Go
, js engine: hermes
WARN Route "./ocr_vertical/index.tsx" is missing the required default export. Ensure a React component is exported as default.
ERROR Error: The package 'react-native-executorch' doesn't seem to be linked. Make sure:
- You rebuilt the app after installing the package
- You are not using Expo Go
, js engine: hermes
WARN Route "./style_transfer/index.tsx" is missing the required default export. Ensure a React component is exported as default.```
When I try to run computer vision example app on android emulator I get a lot of errors that react-native-executorch isn't linked and the expo router can't find files for each route.