Setting up a table layout in React Native

前端 未结 4 554
野性不改
野性不改 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条回答
  •  一个人的身影
    2020-12-24 06:49

    After looking here for answers I discovered a really great library that behaves much like Bootstrap tables. I have found layout with React Native very challenging but this library delivers predictable layout results.

    React Native Easy Grid

    I agree that basic flex tables should be built in to React Native but until they are this library worked great for me.

提交回复
热议问题