diff --git a/templates/app/react-native/src/api/API.js b/templates/app/react-native/src/api/API.js index 6cf4535b70..dc604f62e9 100644 --- a/templates/app/react-native/src/api/API.js +++ b/templates/app/react-native/src/api/API.js @@ -5,6 +5,7 @@ const { apiUrl } = getEnvVars(); const axiosInstance = axios.create({ baseURL: apiUrl, + withCredentials: false }); export default axiosInstance;