I want to implement activity recognition with react native any one can suggest me which package/library is the best which works well with react native.
I am just wondering if there is a plugin or way to integrate the Apple Shareplay functionality from iOS 15 into react native without writing in Swift at this time.
Thanks!
I need to make an animated talking character in a React Native app. is it possible ? If yes, what is the best way to achieve it ?
I am new to React Native development. I tried to recreate the below listview with react native and It failed. I just want to know if we can recreate below UI design with react native or the name of this listview type.
Thank You.
Yes, you can recreate such component in react-native, however, it would be too complex to discuss it here. You can look into react-native-snap-carousel, which is the closest open-source library to your case that comes to mind.
I’m developing a React-Native app and I want implement video calling option to it. Can somebody suggest me some better examples?