iOS: Build scripts are not added to all targets #8186
-
Beta Was this translation helpful? Give feedback.
Answered by
mikehardy
Dec 17, 2024
Replies: 1 comment
-
Indeed, every target needs to have use_react_native called on it, and the only way to do that for multiple targets without code duplication is as you have done. I do this as well so that I can have multiple targets (and thus cleanly separate my prod and non-prod firebase backend projects) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rawatnaresh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Indeed, every target needs to have use_react_native called on it, and the only way to do that for multiple targets without code duplication is as you have done.
I do this as well so that I can have multiple targets (and thus cleanly separate my prod and non-prod firebase backend projects)