React Native app purely in Swift

后端 未结 6 687
生来不讨喜
生来不讨喜 2020-12-24 03:42

I created my first react native app using the following command.

react-native init PropertyFinder

This created a project for ios in

6条回答
  •  感动是毒
    2020-12-24 04:08

    I looked into it and the functionality is not supported by react-native.

    What react-native init is doing is taking a template and changing some properties in it.

    The template is written in Objective-C so there is nothing you can do beside modifying the result manually.

    However, that shouldn't really concern you. You can use Swift even in Objective-C projects. No need to rewrite the files to Swift.

提交回复
热议问题