FormidableLabs / FormidableLabs/react-native-app-auth
Dynamically fill appAuthRedirectScheme
- Vorherrschende Sprache
- Java
- Sterne
- 2.3k
- Forks
- 473
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## 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}
]
}
}
```
Beitragsleitfaden
Rechercherichtung
Start with the app/build.gradle manifestPlaceholders example and review how appAuthRedirectScheme is currently configured for the React Native app. Determine whether a value can be supplied from a component or Redux at runtime, then document the supported approach or clearly state the limitation.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java, react-native
- Bereich
- documentation, mobile
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 30/100