-
Hiding certain elements so keyboard does not covers inputs etc.
-
### Description
When removing the last item in a list component (ScrollView/FlatList) with layout animations, I expect the list to animate and scroll to the new end of the list. Instead, the list sim…
-
```
let options = {
series: [ {
type: 'wordCloud',
sizeRange: [8, 40],
rotationRange: [-90, 90],
gridSize: 0,
shape: 'circle',
maskImage: maskImage,
…
-
**Describe the bug**
Im getting an error in the expo web, the library is being used there when it shouldnt
this is the error:
`
WARNING in ./node_modules/react-native-google-cast/lib/module/compo…
-
#### Issue Description
I copied the example code in the `README.md` exactly and ended up with this issue
#### Steps to Reproduce / Code Snippets
1. Copy the code from the `README.md` into a n…
ansh updated
8 months ago
-
Any advice here regarding a "flicker" I see across the whole list when I delete just one row from the list. I have tried the same thing with the react-native "flatlist" and I don't see this flicker.…
-
It would be nice to use this component without having to introduce `styled-components` and `styled-system` (e.g. when you are using a different styling system). Is it possible to opt out of using `sty…
-
Here's an example
```HTML
const Observable = require("FuseJS/Observable")
let ID = 0
const items = Observable()
module.exports = {
items,
addItem : () => {
const …
-
When i install "react-native-custom-switch" on my android device showing error like this,
2 | import { View, StyleSheet, Text, TouchableWithoutFeedback, Animated, LayoutAnimation, Platform, UIMan…
-
Hello, thank you for the lib.
I can't get animations working on an android device, only using android emulator. Anyone faced this before?
(Working) Android Emulator: Android 6.0.0
(Not Working) …