Skip to content

Tag: react-native

How to handle multiple FlatLists in React Native

These red marks areas are 3 FlatLists. The first and Second are horizontally scrolling FlatLists while the last FlatList is scrolling vertically.My problem arise when scrolling the last FlatList. It not going to the bottom it stays in the same position but scrolls (Like it has a fixed height). How to get rid …

How to add in react-native script in python?

Also i have got a new project, where nedded make a voice recognition (speech-to-text) , but i have’t find a worked library in react-native. How can i connect scripts in python to react native project? I only find how to make autorizathion in python, but by me it was maked in JS Answer If your python app…