Add React native video/voice call

1.4k Views Asked by At

Will onsip support React Native? How to a add voice/video call feature in React Native App?

I am trying with react-native-voximplant which requires

classpath 'com.android.tools.build:gradle:3.0.+'

and

distributions/gradle-2.14.1-all.zip

But it throws this error:

could not find com.android.tools.build:gradle:3.1.+

for any versions grater than 3.0.

1

There are 1 best solutions below

2
On

If you are using latest Android Studio it will be enough to make a project modifications highlighted in the SDK tutorial.