FormidableLabs / FormidableLabs/react-native-app-auth

Dynamically fill appAuthRedirectScheme

Open
#413 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
2.3k
Forks
473
PR merge metrics
No merged PRs in 30d

Description

## Documentation Feedback

Is there any way to fill appAuthRedirectScheme in app/build.gradle dynamically? I want to send this string from react-native (from component, redux or etc)

```
android {
defaultConfig {
manifestPlaceholders = [
appAuthRedirectScheme: {string-which-I-initialized-on-my-component}
]
}
}

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.