implement fixed-data-table in react native? - react-native

how could I implement fixed-data-table in react-native?
I just find the smart one yet implemented by reactjs
thanks for time.

Related

how to implement activity recognition in react native?

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.

Has anyone seen details on Apple's SharePlay working 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!

is there a way to have an animated talking characher in React Native?

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 ?

How to create a custom listview like this with react native?

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.

What is the best to implement video calling to React Native app?

I’m developing a React-Native app and I want implement video calling option to it. Can somebody suggest me some better examples?