Setting up a table layout in React Native

前端 未结 4 551
野性不改
野性不改 2020-12-24 06:34

I\'m transitioning a React project into React Native and need help setting up a grid layout in React Native. I want to set up a 5-col by x-row (number of rows may vary) view

4条回答
  •  Happy的楠姐
    2020-12-24 06:49

    Though it is an old post but I was looking for something similar asked in the question,

    I have brainstormed and havoked the internet for the solution and the best solution I got was to import the react-native-table-component package to my project and prepare a decent table layout for my application to display data. There might be many more souls figuring out a way to do this and may I recommend this link to all your answers:This link is the npm package installer link which have explanation to all the code and have examples

提交回复
热议问题