Alberto Ammar

Results 3 comments of Alberto Ammar

> Styled use px as default unit. > > No working (Only styled) > > ```js > export const Text = styled.Text` > flex: 1; > font-weight: bold; > font-size:...

> > JSON.parse(JSON.stringify({ uri: photo.uri, type: 'image/jpeg', name: 'testPhotoName' })); > > Isn't this basically just the same as type casting as `any`? exactly

> For solving this issue maybe you should save the form data between tabs on a useState prop or useRef for avoiding re-renders. Yes, I never said there's no way...