Jérémy M
Jérémy M
Hello, I'm a little bit confused on how we can get the errors value stored in `firestore.errors` as my queries are complex, with `orderBy` and multiples `where` the path to...
I believe the following package should be added: > react-native-use-input-scroll-handler https://github.com/JMagrin/use-input-scroll-handler
# Bug When I put BottomSheet scrollable component inside a `BottomSheet` the scroll doesn't work at all on the first `snapPoint`. https://user-images.githubusercontent.com/3551795/176205976-82178377-0c4e-4a58-8286-c58dc5cad606.mov ## Environment info | Library | Version |...
# Question From what I've understand if multiple cookies are received, react-native will aggregate them into one as explain here: https://github.com/facebook/react-native/pull/27066 In my case I've two cookies aggregated, one by...
# Summary In order to animate properly based on the keyboard apparition, this PR add a new value in `useKeyboard` hook called `animatedKeyboardHeight`. It also add a new hook `useAnimatedValue`...
Is there a reason why enums are destructured in the `ObjectType` ? ```typescript export enum MediaType { MOVIE = "MOVIE", TV = "TV" } registerEnumType(MediaType, { name: 'MediaType', description: undefined...
I was using this library to blacklist a part of my reducer state. This lead in big performances issues, using a simple blacklist filter like this one: ```javascript export const...
Fix issue #832 ## Motivation Using `react-navigation` or native `Modal` component with `BottomSheetModal` component will show them behind the native views. As suggested in `react-native-portal` library, we should wrap the...
Same issue as #20. My problem is the following, I have my parallax view, and inside it I have a Tab Bar, this Tab Bar is composed by 4 tabs,...
Add flex 1 to swipeoutContent, size style can be override in parent. Before: After: