immortalx

Results 12 comments of immortalx

+1 to implement this feature in 1.3.x

Even if react does, the api should take care of it since it can be consumed by other clients. Again, i'm not sure if yup or even if typeorm does...

This article is from 2016 https://medium.com/node-security/the-most-common-xss-vulnerability-in-react-js-applications-2bdffbcc1fa0 It seems it affects mostly SSR apps. Anyway it was just a concern i had and i actually do it in my api, but...

With @ViktorsOvcinnikovs workaround the query and a refetch both are called on the first render. Not ideal but so far the only way to make this work. I wonder if...

@qqdayan i set the quality to 76, but it will also depend on maxWidth and maxHeight.

@4ian Are we doing something wrong here or it's some kind of incompatibility with the latest version of RN?

This is happening to me also with headerCenter and headerRight only in iOS, my custom component is wrongly positioned. It only displays correctly when the default back button is present.

The main features and benefits are well defined by the author on the project page, personally i really find it easier to work within react native design constraints. The library...

@alanpog i don't think we can use hooks with react-native-web yet, it's still on 0.55 and next release will be compatible with 0.57. I can see a lot of people...

I was having the same problem and commenting those lines fixed the issue.