Can a telephone call be intercepted with React Native

348 views Asked by At

Thanks for reading my post.

I work in a company that works with telecom. We have an app made with React Native. The app can do all sorts of stuff like call transfer, Do-not-disturb etc.

However, I would like the app to do something specific when the phone rings.

I know it can be done in native (java, swift) - but can it be done in react native?

1

There are 1 answers

0
Francesco Clementi On

If it can be done in java/swift, it can be done in react native.

You can easily code the program in java and then call it from react native, such as all react native packages with native code: https://reactnative.dev/docs/native-modules-android

Another alternative is to find someone that has already done that.