react-native-avoid-softinput icon indicating copy to clipboard operation
react-native-avoid-softinput copied to clipboard

Support "New Architecture"

Open mateusz1913 opened this issue 3 years ago • 4 comments

Feature request

Start "New Architecture" migration when ~~react-native v0.68 will be stable~~ all "New Architecture" features (Swift/Kotlin support, autolinking, etc.) will be stable-ish

mateusz1913 avatar Mar 27 '22 11:03 mateusz1913

Hey man is it even possible to use swift with the new architecture? Do you have any sample repo which tells how to implement fabric and turbo modules with swift.

BraveEvidence avatar Jun 30 '22 14:06 BraveEvidence

AFAIK, it's possible from v0.69. With samples, I don't know if offical one has Kotlin or Swift example (probably only Java + Objective-C++)

mateusz1913 avatar Jul 01 '22 07:07 mateusz1913

thanks but this video says its not possible to use swift

https://www.youtube.com/watch?v=_I6bH5_rO2k

Will it be possible for you to help me in case I create a sample repo with swift and new architecture?

BraveEvidence avatar Jul 01 '22 08:07 BraveEvidence

Use bridging for swift support

BraveEvidence avatar Jul 04 '22 07:07 BraveEvidence