I\'m working on a React Native app and I\'m trying to use a module called react-native-socketio.
In order to proceed with the app, I will need to bridg
I have resolved this matter by first adding a new swift file to the project, then the respective section appeared.
As you can probably tell, I now have an empty Swift file just sitting inside my project folder and options to bridge my header file.
Thanks for the help everyone.
Looks like you have created an ObjectiveC
project instead of Swift
(I can see the AppDelegate.h
& AppDelegate.m
). ObjC project wont have Swift Compiler
section. Select Swift
as language while creating project