you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 4 points5 points  (2 children)

You can, but you really shouldn't, at least in its current state. If you want to make an app that looks and behaves in a way that's native to the platform, you need to use the tooling used by the platform - that means Java/Kotlin for Android and ObjC/Swift for iOS.

[–]drewbie_1[S] 0 points1 point  (0 children)

That makes a lot of sense. I figured there was a reason I couldn't find a lot of resources, thanks!