Akash Thapa

Results 3 issues of Akash Thapa

Is there a way to work with scrambled API??

import firestore from '@react-native-firebase/firestore'; import { useCollection } from '@skillnation/react-native-firebase-hooks/firestore'; import React from 'react'; import { ScrollView, View } from 'react-native'; ... const poolsCollection = firestore().collection('pools'); const PoolsList = ()...