Trying to get Firestore imported into my application but keep getting the error "Invariant Violation: Native module cannot be null" I was looking through some solutions and people were saying to run pod install in ios but the ios folder doesn't exist in expo? Not sure what to do...
My import it import firestore from '@react-native-firebase/firestore';
I am using firebase auth and that is working fine but no luck with the firestore.
