how to show a list of item taken in React Native picker from a GET api?

前端 未结 0 1486
孤街浪徒
孤街浪徒 2020-11-29 17:02

from context:

   const loadIsle = dispatch => async () => {
        try {
            const response = await puliecolServer.get(\'/isles\');
                    


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题