Passing Parameters with axios in react-native android app
问题 I require to pass some parameters with AXIOS in react-native but don't know how should I pass parameters with AXIOS. I found this post useful but its not fully satisfy my issue. I need to pass below parameters to fetch all items from API: Working example in PHP: $url = 'https://APISITE.net/api/Stock/GetStockItems?keyWord=6666777788889&locationId=""&entriesPerPage=10000&pageNumber=1&excludeComposites=true'; Its working well in PHP TEST file and i only need to pass keyword value ie