Why custom header converts to lowercase in android while works fine in IOS on react native! I'm using axios for authentication like this:
axios.defaults.headers.common['X-Ul-Id'] = ${Id}
;
What I want to know is: how to solve it on android, so that it will not be converted to lowercase? Why is it working fine on IOS?