André Vendramini
André Vendramini
Hello! I had this code before updating to v3: ```javascript const { data: dataEvents, loading: loadingEvents, error: errorEvents, } = useQuery( getEventsQuery, { fetchPolicy: "network-only", onCompleted() { //do stuffs }...
Hello everyone. I read the docs about terminating links, but what about the situations which we need to use the behavior of different terminating links? My case is: I'm using...
I'm on "miragejs": "^0.1.44", and these functions doesn't exist. Is that right? Accordingly to the docs I should use association() to replace the boilerplate and create relationships.
> VirtualizedList: You have a large list that is slow to update - make sure your renderItem function renders components that follow React performance best practices like PureComponent, shouldComponentUpdate, etc....
### What problem does this feature solve? Set which day of week should be the first one. Our customers need to set which day of week their business start calculating...
Hello there! Is it possible to set custom color when ActivityIndicator is triggered when pulling to refresh? I've seen a "indicatorStyle" which accepts "default | black | white". Thanks!
### Current Behavior My setup is a nx monorepo with an Expo apps/myapp and libs/hooks shared library. During development there's no error. But when I compile the apk's final version,...
## Description When setting `minDate` and `allowSelectionOutOfRange: false, disableAllTouchEventsForDisabledDays: true, disableAllTouchEventsForInactiveDays: true,` if today date is before `minDate` it is still selectable. ## Expected Behavior Today's date shouldn't be selectable....
Hello! On `renderSectionHeader` method from `` the `section` parameter is supposed to have `section.data` and `section.originalData`. Not sure what is happening, but the IDE isn't recognizing `originalData` and the inference...
### Steps to reproduce 1. Create a `` without setting mask property (it's allowed, so it was supposed to behave like a regular TextInput). 2. Type anything adding empty spaces...