How to make your React Native app respond gracefully when the keyboard pops up
When you’re working with React Native apps, a common problem is that the keyboard will pop up and hide text inputs when you focus on them… (more…)
Read more »
Summary:
This diff adds display:none support to React Native. This enables hiding components which still calling their render method and keeping them within the state of your application. This enab… Read more