FormidableLabs / FormidableLabs/react-native-app-auth
Dynamically fill appAuthRedirectScheme
Đang mở
enhancement
- Ngôn ngữ chính
- Java
- Star
- 2.3k
- Fork
- 473
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
## 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}
]
}
}
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.