Just read the #34 issue.
Swift is actually an issue for this plugin:
- it results in compilation issue with other plugins and manual changes to Podfile.
- it bloats the App size because it adds the Swift standard library. Kotlin will do the same.
Moving back to Objective-C will also enable to share code with strong plugin from other communities like RN.
Just read the #34 issue.
Swift is actually an issue for this plugin:
Moving back to Objective-C will also enable to share code with strong plugin from other communities like RN.