- What is it like to develop applications with Exponent?
- Accessing databases from React Native application.
- Maintaining development/testing/production environments.
- Testing against different iOS/Android/whatever versions.
- The current state of the ecosystem. 'Upgradeability' of the plugins/code in the long term etc.
- Extending React Native applications to Windows (UWP)
- In-app purchases in React Native
- Contributing to React Native: challenges and knowledge required
- What are some good techniques for syncing user data with my own server in RN? Is ok to simply check the server for updates every 1-3 seconds in a redux-saga/thunk?