React-native - Passing data from one screen to another

前端 未结 3 1349
灰色年华
灰色年华 2020-12-31 14:57

I am trying to learn how to use react-native, so I am putting up a small app that fetch a list of users from a server, displays it in a listview and where press

3条回答
  •  既然无缘
    2020-12-31 16:02

    I still feel the default navigation is to cumbersome. I highly suggest using this library for routing: https://github.com/aksonov/react-native-router-flux

提交回复
热议问题