HIBOBO
HIBOBO
Hello, maybe I can try it. I have watched and I see I can do it easily for VK Play, but maybe it's more difficult for Rumble.
``` [PREBUILD] yarn run v1.22.21 [PREBUILD] $ /Users/$me/Documents/Trello-mobile-app/build/build/node_modules/.bin/expo prebuild --no-install --platform android [PREBUILD] (node:24525) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. [PREBUILD] (Use `node...
No, I have fixed the dependencies locally to match with Expo Doctor. I don't understand why I am still encountering this error.
I have tried to build my app with Android Studio, but I keep encountering the same error with no additional information about it. I have this debug error, but I...
I have executed this command ```npx uri-scheme list``` and i get this output, I don't understand why i get every time data@scheme error: ``` (base) **********@*****---*********** Trello-mobile-app % npx uri-scheme...
Okay The problem is on only android build ios is building successfully.
With the command npx expo run:android ``` (base) $$$$$$$$$$$$$@$$$$$$$$$$$$$---$$$$$$$$$$$$$ Trello-mobile-app % npx expo run:android env: load .env env: export TRELLO_API_KEY OPENAI_API_KEY (node:61066) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please...
I have updated my Snack if you want.
Alright, I found the issue: The problem stemmed from the fact that Expo hadn't added this code in the file `app/build.gradle`: ``` manifestPlaceholders = [ 'appAuthRedirectScheme': 'myappredirection' ] ``` And...
> Hi, I am facing this error  > > while building from eas cli when did this happen? > > * After integrating keycloak auth >...