You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a way to conditionally import the React Native headers by detecting the header files available. Commit b637281 hard-codes the header paths and only supports RN >= 0.4x.
There is a way to conditionally import the React Native headers by detecting the header files available. Commit b637281 hard-codes the header paths and only supports RN >= 0.4x.
I will create a PR to address this.
Update: PR #49 implements this