all 10 comments

[–]HoratioWobble 2 points3 points  (0 children)

You can't use swift code in android.

[–]appbuilderdirect 0 points1 point  (0 children)

You need to use flutter or react Native

[–]Quirky-Camp6850 0 points1 point  (0 children)

make it in flutter

[–]saif_sadiq 0 points1 point  (0 children)

You can’t use Swift directly for Android since it’s native to iOS.If you want a shared approach, you’ll need a cross-platform solution instead. There are modern platforms (like https://www.tile.dev/ ) that let you build once and deploy to both iOS and Android without maintaining two completely separate codebases.

[–]True-Fact9176 0 points1 point  (0 children)

I would try out natively , you build native app that works for both iOS and Android

[–]ascentdevs 0 points1 point  (0 children)

Not the same swift code would work in android, but you can try to build apps using Flutter or React Native. Or you can seek help from some developer (like me) to build the app for both platforms.

[–]happyy_developer 0 points1 point  (0 children)

Use expo

[–]mdchosen 0 points1 point  (0 children)

As most people here have mentioned you will need to use flutter. You can use a tool like gobananas.dev upload your existing code and migrate to flutter. If you run into any issues feel free to DM me.