8
tahnik
8y

I'm creating my first mobile application with React Native. Ask me any questions if you guys have any 😃

Comments
  • 4
    Cool! What is react native?
  • 2
    @mangs It's a framework by Facebook to build cross platform mobile application (runs on both iOS and Android). You build your application using this framework and it is compiled with native libraries so it feels completely responsive, almost like a native mobile application.
  • 1
    Sweet! What kind of app are you working on?
  • 1
    @mangs It's a commercial app so can't say much about it. But it involves user registration, content upload etc 😃
  • 0
    Actually I build mobile apps using native language and it was a headache for me working on Cordova so is there any deference and how complicated it is to do use the latest features like 3D Touch in iOS
  • 1
    @zombie It can be pretty complicated when you're first learning it. But once you learn it you'll most of the time find a library for your need. For example for 3D touch there's already a library available. Also, you can write native code and create a bridge between native and JS so chances are you can always customise your apps based on your need. I haven't used Cordova so can't say anything about it. But remember when you're using React Native you're compiling them into Native codes :)
  • 0
    Is this anything like NativeScript?
  • 2
    @shittywebdev Yes, it is like that. But right now a lot of people is moving to react after the drastic change of Angular 2
Add Comment