I’m attempting to create an app in React Native using the react-native-proximity wrapper but encountered issues with some Android dependencies.
The dependencies are as follows:
- com.estimote:proximity-sdk:1.0.3, which I believe is outdated in react-native-proximity, but newer versions are available on JFrog.
- com.estimote:scanning-plugin:0.25.4, and I can’t seem to find it anywhere else.
Does anyone have this dependency, or is there any way to solve this problem?