3

Hello everybody,

I have an idea for an app and waned to get your opinion on what I should use.

I have experience in Java and ReactJs, but nothing in Swift.

So, I want to know what you all would suggest - should I use React Native or Java and Swift to create both my android and iOS app? I have read mixed reviews concerning React Native and its use longterm? However, it seems like its the easier options to push out both and Android and iOS app.

I'm very unsure, any suggestions would be much appreciated.

Comments
  • 1
    It just depends on what the app is. True native code will always be better but with some apps that doesn't matter a whole lot.

    Disclaimer I have experience with native Android and Swift but not react native.
  • 0
    If the application doesn't require swift ID hold off on it until you develop your first app. Stick with what you know when changing platforms.
  • 0
    React native is your choice. And use the modules that have native implementation under the hood. Its great, i have developed an app from it.
  • 1
    Create the app with React Native. Just in case your app blows up, move to native.
  • 0
    In react native also you can write native code. Thats the beauty of react native.
  • 0
    U should check if all the ui items and apis which you need are avalable in reactjs if yes you can use react natve if not that can caouse more problems than go with swift from beginning
Add Comment