You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
Followed the steps, now cannot proceed with build getting the following error.
error: package com.facebook.react.uimanager.util does not exist
import com.facebook.react.uimanager.util.ReactFindViewUtil;
^
/Users/shashanksrivastava/Desktop/poc/node_modules/react-native-opentok/android/src/main/java/com/rnopentok/RNOpenTokPublisherView.java:81: error: cannot find symbol
View captureView = ReactFindViewUtil.findView(this.getRootView(), "RN_OPENTOK_SCREEN_CAPTURE_VIEW");
^
symbol: variable ReactFindViewUtil
location: class RNOpenTokPublisherView
/Users/shashanksrivastava/Desktop/poc/node_modules/react-native-opentok/android/src/main/java/com/rnopentok/RNOpenTokPackage.java:13: error: RNOpenTokPackage is not abstract and does not override abstract method createJSModules() in ReactPackage
public class RNOpenTokPackage implements ReactPackage {
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
3 errors
:react-native-opentok:compileReleaseJavaWithJavac FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':react-native-opentok:compileReleaseJavaWithJavac'.
Compilation failed; see the compiler error output for details.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 9.86 secs
The text was updated successfully, but these errors were encountered:
Followed the steps, now cannot proceed with build getting the following error.
FAILURE: Build failed with an exception.
Execution failed for task ':react-native-opentok:compileReleaseJavaWithJavac'.
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 9.86 secs
The text was updated successfully, but these errors were encountered: