You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import*asLinkingfrom'expo-linking'// the following code caused an error to occurconstprefix=Linking.createURL('/')functionApp(){constlinking={prefixes: [prefix]}return(<NavigationContainerlinking={linking}fallback={<Text>Loading...</Text>}>{/* content */}</NavigationContainer>)}
error message in my ternimal, but compiler is successfull, error occur only running app in ios simulator
Error: expo-linking needs access to the expo-constants manifest (app.json or app.config.js) to determine what URI scheme to use. Setup the manifest and rebuild: https://github.com/expo/expo/blob/main/packages/expo-constants/README.md, js engine: hermes
How should I solve this error???
The text was updated successfully, but these errors were encountered:
I'm using Deep link refer to doc: https://reactnavigation.org/docs/deep-linking#setup-with-expo-projects.
How should I solve this error???
The text was updated successfully, but these errors were encountered: