GSingh01/ad-b2c-react-native

expo-linking needs access to the expo-constants

Opened this issue · 1 comments

Hi all,

I am using this module to implement in react-native app. I have installed expo-linking, expo-constants, expo-modules-core, expo-web-browser modules for supporting. But i am getting error ERROR 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. Any suggestion might be helpful. Thanks in advance.
Versions:-

   "ad-b2c-react-native": "^2.0.1",
    "expo-constants": "^13.2.4",
    "expo-linking": "^3.2.2",
    "expo-modules-core": "^0.11.5",
    "expo-web-browser": "^11.0.0",
    "react": "17.0.2",
    "react-native": "0.66.2"

Screenshots:-
Screenshot 2022-09-09 at 12 01 59 PM
Simulator Screen Shot - iPhone 13 - 2022-09-09 at 12 02 06

The error you are getting is basically saying you are missing app config file. Sample file: https://github.com/GSingh01/ad-b2c-react-native/blob/master/packages/b2c-sample/app.json