skip to Main Content

Couldn't find the binary git – React native

I am new to react-native. After I changed "rn-nodeify":"10.3.0" to package.json under devDependencies and run npm install my project I followed this tutorial If I run this command npm i --save-dev rn-nodeify@latest then this npm i --save-dev rn-nodeify@latest the below…

VIEW QUESTION

Installing React Native Firebase fails at compiling RingBuffer.swift

I am attempting to implement RNFB to my react-native project. for iOS the pods install just fine. However, when I run npm run iOS I get the following error and crash report: ❌ /Users/[Redacted]/Documents/GitHub/[Redacted]/ios/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift:19:35: reference to generic type 'Array' requires…

VIEW QUESTION
Back To Top
Search