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
Thanks for this! Looks like RCT_EXPORT_MODULE is new in React Native 0.3.8 released 3 days ago. All part of the fun of being on the bleeding edge ;) I've published a fixed version to npm just now.
I think the Search Paths change may be to do with how you have React Native installed. With React Native installed via NPM (so living in node_modules) it should just work.
Here are some things I had to do:
$(SRCROOT)/../react-native/React
andrecursive
to get it to build.RCT_EXPORT_MODULE();
to AIBHTMLWebViewManager.m because the error message in the simulator said it was missing.After that it looks like it's working great, I'm just wondering if your config or mine is somehow different.
The text was updated successfully, but these errors were encountered: