Good article by Nick Wientge on correctly creating Cross-Platform React Native Components:
In this post we’ll look at some tools and techniques we can use to make our components look right at home on both iOS and Android — without sacrificing code reuse.
The article revolves around building a button, but with respect for how each platform (Android vs. iOS) works, regarding:
- Typography
- Iconography
- Styling and Theming
- Touchable Interactions