Unclear Podfile setup docs #7441
-
Hi, over here in the docs: https://rnfirebase.io/#altering-cocoapods-to-use-frameworks This is unclear to me, it would be a lot clearer if you added to the code snippet where you meant:
"Inside your targets" -> is this perhaps in this condition "react native Podfile function" -> is this perhaps Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Actually the instructions are wrong, the lines specifically have to go BEFORE |
Beta Was this translation helpful? Give feedback.
Actually the instructions are wrong, the lines specifically have to go BEFORE
use_react_native!(...)
. I found it by accident by following this error which mentions Firebase and others having the same issue: facebook/react-native#36120