Charitha Goonewardena
Charitha Goonewardena
In my case, I was trying to access the Bearer token from amplify inside the interceptor to set the Authorization header. So when the user not logged in, it gets...
Workaround: ``` const onChange = (event, selectedDate) => { setShow(Platform.OS === 'ios'); const dateStr = `${selectedDate.getFullYear()}-${('0' + (selectedDate.getMonth() + 1)).slice(-2)}-${('0' + selectedDate.getDate()).slice(-2)}`; const newDate = new Date(dateStr); setDate(newDate); console.log(newDate); };...
Or with `marginHorizontal: -10`
You could simply add a style tag to the head like this. `wifiManager.setCustomHeadElement("body {background-color: powderblue;}");`