Answer the question
In order to leave comments, you need to log in
What you need to know about the differences between android and ios when working with React Native?
Until I started getting acquainted with React Native, I always thought that one code works the same on all devices, but as I understand it, not everything is so simple. What you need to know about the differences between android and ios when working with React Native? That is, now I need to design the application so that later there would be no problems with device differences, if at all possible)
Answer the question
In order to leave comments, you need to log in
1. you need to take into account the expected behavior of the application for each platform:
android - rewind tabs by swiping left to right, tabs on top
ios - scrolling mostly vertically and tabs from the bottom
2. navigation on android can and should use the back button, on ios only 1 button on the phone
3. plugins give a different interface for working with native api and how to resolve it - it's up to you
it's kind of basic. it is better to look at the latest design guides, perhaps something has already changed. in general, everything is up to you. no one forces you to make applications of the same type on the framework material, but on the other hand, unexpected behavior needs to be thought out so that there are no embarrassments. it is better to sculpt an application from elements, for a start, than to let the designer frolic. perhaps the designer will be experienced and will know the style and behavior guides and will not flatter you when it comes to android and its behavior
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question