Organizing React Native Styles
Even though it’s really easy to get in the habit of using inline styles all over the place in your components, there might be better ways of organizing your styles for React Native.
Continue Reading
Even though it’s really easy to get in the habit of using inline styles all over the place in your components, there might be better ways of organizing your styles for React Native.
Continue Reading
Front-end development for React Native is an entirely different ball game, especially when it comes to styling content, because styles are written in JavaScript. At one point or another, you’ll face challenges like a different markup, style properties, number conversions, boundaries, and lots of weird errors. So Brittany gathered up some resources for you.
Continue Reading
One of our design goals is that you never have to research and handpick component packages. That’s why, after years building in React, we developed our own React UI component kit. Meet Harmonium.
Continue Reading
If you have ever done mobile development in React Native, chances are you have used a TextInput. And, you’ve probably also used the numerical version of TextInput to create a numerical keypad.
Continue Reading
When building applications with React Native, you need to switch between development assets (served from development server) and offline assets (built along with the application archive).
Continue Reading