Skip to content

Android installation issue solved #223

Description

@sipotat

When trying to install according to the docs, I ran into an error with this line in android/app/build.gradle:
compile project(':react-native-version-check')

Changing it to this line solved the problem:
runtimeOnly project(':react-native-version-check')

Hope it helps.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions