FormidableLabs / FormidableLabs/react-native-app-auth
Getting "Data intent is null" even though intent data is not null in MainActivity.kt
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 473
- PR merge metrics
- No merged PRs in 30d
Description
Android.xml code
`
`
build.gradle default config
` defaultConfig {
applicationId "com.authapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
manifestPlaceholders = [
appAuthRedirectScheme: "mylivefeed"
]
}`
"react-native-app-auth": "^8.0.2",
Has anyone faced the same issue here? If yes, how did you solve it?
Contributor guide
Assessment
This issue has not been assessed yet.