-
Hello,
Thanks for the effort in improving react-native-svg.
I'm getting a strange issue only on Android. iOS is Ok.
When I place a TSpan with inlineSize, onLayout isn't getting correct values for…
-
Getting warning. ViewPropTypes is deprecated. Switch to:
import {ViewPropTypes} from 'deprecated-react-native-prop-types';
-
I have a panresponder where i use interpolate to animate the view with multiple items.
in between the items, i am loading the native ad using react-native-admob-native-ads package.
ads are loading b…
-
### Is this a bug report or a feature request?
Feature Request
### Have you read [the guidelines](https://github.com/archriss/react-native-snap-carousel/blob/master/CONTRIBUTING.md) regarding bu…
-
Hello guys. how can i create Something Like [this ](https://github.com/Bobby-hewitt/react-native-3d-swiper#readme)in react-native-snap-carousel?
i think if we can show both of next and previous car…
-
This project looks awesome! I was wondering if it can do drag & drop reordering?
I'm been searching around and wasn't able to find a good solution to it. Do you think this is possible with this pro…
lxcid updated
2 years ago
-
Hi,
I create a button in modal and When my code like this below
```
_myFunc = () => {
/* code here */
}
test
```
OnPress event not trigger on the first click and i have to click…
-
Hello! I'm trying to render a FBX file on Android but am running into an error. It renders an OBJ file fine on Android and the OBJ and FBX fine on iOS. I think the issue is related to #85 and #93 . Sa…
-
I have a very heavily edited version of react-native-slider that i am using to create a slider with custom images. So far i have a background image with two images acting as the thumb of the slider ho…
-
### What is the problem?
Props received by children of StackedAreaChart are different than those received by the AreaChart (which all in all is ok), but they dont seem to contain enough data to creat…