-
Have you come across this functionality yet? It sounds like you can use [react-native-camera](https://github.com/lwansbrough/react-native-camera):
> **Subviews**
> This component supports subviews…
-
Uncaught runtime errors:
×
ERROR
Cannot read properties of undefined (reading 'div')
TypeError: Cannot read properties of undefined (reading 'div')
at ./node_modules/react-tinder-card/index.j…
-
```
import {Button} from "react-native-paper";
import TinderCard from "react-tinder-card";
{
console.log("Ciao")
}}
>
Ciao
…
-
Current momentum implementation doesn't always feel right, particularly on Android. The best way to enhance it and to unify interactions between Android and iOS seems to implement a [PanResponder](htt…
-
When swiping up, the `Maybe` view is displayed properly, however, when the action is performed (i.e. the card is actually swiped up) the `Yup` or `Nope` view is displayed afterwards. The action itself…
ahmdx updated
6 years ago
-
first of all thanks for this library,
I am making a survey application with react native. I get the questions from the database with their answers, so my buttons are in the card.
https://github.…
-
Hi,
I tried this library and it is really amazing. However, I am facing one critical issue, due to which I cant use it.
Platform: React Native: ios & android
Issue: On updating the data source,…
-
Match_Info:
Creates a local dictionary containing the following keys on each of your matches
{
123456: {
'messages': [
],
'age': 20,
'match_id': '123456789123456789',
…
-
When I use image url's instead of static images, the previous image is visible for a short moment till the next image is loaded. Especially with large images of course. How can I fix this?
-
I am not sure what I am doing wrong.
Without stack, looking good:
![2017-04-18 00 34 12](https://cloud.githubusercontent.com/assets/48946/25107403/746b2d30-23cf-11e7-8df9-73e4d29fb839.png)
With…