react-native-zoom-bridge
react-native-zoom-bridge copied to clipboard
Unable to resolve additional project configuration.
settings.gradle is updating when I run link
command with the following code:
include ':zoomsdk'
project(':zoomsdk').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-zoom-bridge/android/zoomsdk')
include ':zoomcommonlib'
project(':zoomcommonlib').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-zoom-bridge/android/zoomcommonlib')
include ':react-native-zoom-bridge'
project(':react-native-zoom-bridge').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-zoom-bridge/android')
and I have warning while gradle syncing with files
Warning:<i><b>root project 'android': Unable to resolve additional project configuration.</b>
Details: org.apache.tools.ant.BuildException: ...path/node_modules/react-native-zoom-bridge/android/zoomcommonlib does not exist</i>
and I didn't see these zoomsdk
and zoomcommonlib
in manual installation. Should I get rid these lines?
What version of RN?
expo SDK 35.0.0, RN 0.59.8
Android
try put files on node_modules/react-native-zoom-bridge/android/libs
@amdrade my question is about removing these lines from the android project, according to the android manual installation instructions these lines have to be removed. My project is working well, without them...