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
Manifest merger failed: Attribute data@scheme at AndroidManifest.xml requires a placeholder substitution but no value for <appAuthRedirectScheme> is provided.
#1081
please add
"""
manifestPlaceholders = [
'appAuthRedirectScheme': 'YOUR SCHEME FOR REDIRECT'
]
""" to build.gradle - i don't know how to do it in expo project but for sure there is a way to provide custom values
I am using React Native with the Expo Framework. When I build my project using expo build, I encounter the following error message:
Manifest merger failed: Attribute data@scheme at AndroidManifest.xml requires a placeholder substitution but no value for is provided.
How can I resolve this issue?
The text was updated successfully, but these errors were encountered: