Closed
Description
I'm simply trying to open a url:
LinkingIOS.openURL("https://facebook.com/PlayUpwordsApp");
And getting:
message: undefined is not an object (evaluating 'RCTLinkingManager.openURL')"
I added RCTLinking.xcodeproj to my project and I'm still getting the same error. Any thoughts? I do notice the libRCTLinking.a file is red in Xcode.. does that mean it's not being built? I did add that .a file to the "Linked Frameworks and Librarys" section of my project.