Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. 18 lip 2019 · We're trying to connect to an API (.net core 2.2) from react-native (version 0.59), via localhost, both apparently running on the same ip, different ports, react-native on port 8080, and the api on the 44344, the issue happens the moment we fetch the url from react-native.

  2. 19 sie 2024 · Networking. Many mobile apps need to load resources from a remote URL. You may want to make a POST request to a REST API, or you may need to fetch a chunk of static content from another server. Using Fetch. React Native provides the Fetch API for your networking needs.

  3. 11 kwi 2019 · 🐛 Bug Report. When using fetch on http endpoints, the request raises a Network Request Fail error. If works fine on https endpoints. To Reproduce. use fetch with any http url. Expected Behavior. The fetch function returns without throwing a Network Request Fail. Code Example. fetch(any-http-url) Environment. React Native Environment Info: System:

  4. 23 lut 2021 · In this guide, you will learn how to gracefully handle network connection state changes in a React Native app by utilizing NetInfo for information about network connection and axios to make network requests to a public API.

  5. 8 kwi 2019 · My shopify public api (https://{apikey}:{password}:@{shop-domain}//admin/customers) working perfectly on ios and postman but not on android. It gives 401 error : "Invalid API key or access token (unrecognized login or wrong password)" on android phone. Any help would be greatly appreciated!

  6. 3 lip 2019 · Create a react-native application running on react-native 0.59.10; Create a mock api which allows HTTP and HTTPS, for example at www.mocky.io or use an own API which accepts both protocols. Make an API request using the fetch() method using both HTTP and HTTPS. Describe what you expected to happen:

  7. 5 sie 2023 · In this guide, we’ll explore two popular methods for making API calls in React Native: Fetch and Axios. Section 1: The Fundamentals of API Calls. Before we dive into Fetch and Axios, let’s...

  1. Ludzie szukają również