Skip to content

Android installation issue solved #223

@sipotat

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.

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