Jul 27, 2017 · 1 min read
Hi there,
great article so far :).
However building a react native app is not that simple. There are a lot of ins and outs to have in mind when building this kind of app:
- How do you handle the different iPhone screens resolution when building your app? And how do you manage to work with the huge quantity of android devices resolutions ^^ (for instance when you create a dashboard or an app manager)
- How do you work with the compatibility between Android and iOS devices? (Some native components are not supported in Android for instance)
- How do you well structure your app? For instance how do you use the navigator in React, how do you well design your views and so on.
That being said working with React Native is great. I am currently building several projects within the company I work at and this is just great for a couple of reasons.
The main reason is because I am retrieving a lot of elements I am using on my day to day work as a front-end dev (and especially the power of react and its awesome librairies like Redux, React Navigation and so on).
Cheers, Thomas ❤