I\'m trying to bridge my React-Native 0.33 code to a super simple Swift method, following this guide but all I\'m getting is show:(NSString *)name is not a recognized
show:(NSString *)name is not a recognized
I was fighting with this issue all day. Resolved by setting the Swift Compiler to use Legacy versions (XCode 8 is prefers Swift 3), so in:
Build Settings > Scroll down to 'Use Legacy Swift Language Version' set as Yes.