Jorge Morales López

Results 27 comments of Jorge Morales López

No, it is not possible ... I changed to geofirestore, another library that allows to have a limit, although it is not possible to implement pagination either.

Some solution to this, I work with queries that are not real time with... const query = await eventsGeo.within (center, radius, field); const eventQuery = await get (query); But I...

Hello, has it been possible to advance in this? Paging would be a very useful thing to build ideas for the real world. Any way of how to face this...

I have used yarn and npm, I have cleared node-modules and reset cache. I also get the same problem with your other react-redux-firebase library. I will continue trying to see...

Thank you, but I am using expo ... In SDK 33 I had no problems but as of SDK 34 I did. The case is "react-native-view-overflow" native module is not...

I updated to 1.6.7 and made the changes to make it work in expo and the problem of view overflow no longer appears but the swiper has a strange effect...

And put a cardIndex props? It would be very good to be able to control the index...

@joego2124 True, I've been testing this morning, sindex is one of them ... Thank you!