I created my first react native app using the following command.
react-native init PropertyFinder
This created a project for ios in Objective-C. The problem is I don't know Objective-C but I work on Swift.
This gist shows how to link react-components to a swift project. But is there a way to directly create the project in Swift language?