Cannot get property 'parentFile' on null object - when using reversed folder structure #8514
a-dominiak
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, we're creating brownfield app (RN as module in existing native apps) and we have reversed folder structure - (ios and android repos have react-native folders inside them, not vice versa).
I wanted to use
react-native-firebase
however it gives me following error:Here's the line that gives an error (both in app and analytics packages):
The problem is that my IDE does NOT show any definition of
applyReactNativeDependency
method and when I just search for.parentFile
and then print/log anything before all of the occurences' it doesn't print any of those logs directly before error appears.Beta Was this translation helpful? Give feedback.
All reactions