Skip to content
This repository was archived by the owner on May 18, 2020. It is now read-only.
This repository was archived by the owner on May 18, 2020. It is now read-only.

Path error & RNAndroidWebView does not exist. #2

@0xashu

Description

@0xashu

1. path error

// Current README
include ':react-native-android-wv-video'
project(':react-native-android-wv-video').projectDir = file('../node_modules/react-native-android-wv-video/android')
// Right
include ':react-native-android-wv-video'
project(':react-native-android-wv-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-android-wv-video/android/app')

2. RNAndroidWebView does not exist.
image

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