SimpleCreations
SimpleCreations
__Describe the bug:__ I have encountered this bug in production and tried to reduce the example as much as possible. Under certain conditions CSS transitions get triggered when page loads....
# Feature Request Currently, when the bottom sheet is dismissed via the `dismiss` method while the keyboard is open, the sheet first slides all the way under the keyboard, and...
Some flags, such as this one https://github.com/Yummygum/flagpack-core/blob/main/lib/flags/s/DEU.svg have `rx="-1"` declared on a `` element, which causes a crash in `react-native-svg`. Here is the list of flags in the _s_ directory...
Hi 👋 First of all, thank you for such a great library! This PR adds `actionSheetFallbackConfig` prop to `ContextMenuView` including: * an option to set the text for the Cancel...
## Description As the title says. Curiously, the problem only reproduces when using a `FlatList` and when specifying `screenOptions` (an empty object is enough). See the code sample. ### Screenshots...
## Description Demo: https://user-images.githubusercontent.com/12449725/130088823-4a951cc8-bd0c-4bdc-a2ce-7cd6ae8770e8.mov Use cases of having `minHeight` set `100%` on `contentContainerStyle`: - To have a sticky element at the bottom of the ScrollView that get push down if...
## Description When using `Animated.event` in `onPageScroll` of `LazyPagerView` and setting `useNativeDriver` to `true`, the animated values of `position` and `offset` do not get updated at all. The same setup...
I have a large number of pages and the new `LazyPagerView` worked great for me so far. However, there are some issues I've noticed have been resolved in the current...
When going to Android settings, going to the example app settings and pressing the Clear cache button, I would expect the Apollo cache to be cleared as well. However, due...
Let's say I'm using React + Apollo + apollo-cache-persist with a GraphQL backend. Here's the problem: 1. Let's say the backend released a broken update, returning data that causes the...