Skip to content

Dynamically fill appAuthRedirectScheme #413

Open
@NemanjaManot

Description

@NemanjaManot

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}
    ]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions