As of now, React Native still lacks some components and others can be still underdeveloped. Thus, you might have to build your solution from scratch or try to hack an existing one. Then, instead of only one codebase, you could end up with three: one for RN and native codebase for Android and iOS. This may result in differences in the behavior and appearance of an app on various platforms. Fortunately, those situations don’t come about often and chances of encountering such problems are pretty low.
Leave a Reply