A demo of an iOS compilation error when using both Realm and Firebase in a react native project
react-native init MyProjectcd MyProject/yarn add realmreact-native link realmcd ios/pod initand addpod 'Firebase/Core'andpod 'Firebase/Firestore'to the Podfilereact-native run-ios