RPRitik Prasadinritik5dev.hashnode.dev·Jun 30, 2022 · 1 min readHow to Create a List View using React NativeReact native flatlist is like a listview which is used to hold items in a list and provide important features like scrolling horizontally and vertically. It comes with the default react native library, so we won’t need to install anything, but import...00
RPRitik Prasadinritik5dev.hashnode.dev·Jun 27, 2022 · 2 min readHow to create table in React NativeHow to create Table in React Native STEP-1:- Create React Native Project by following command react-native init YourProjectName STEP-2:- Install required packages for building project npm install @react-navigation/bottom-tabs @react...00