FormidableLabs / FormidableLabs/react-native-app-auth
Dynamically fill appAuthRedirectScheme
Open
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
Assessment
This issue has not been assessed yet.