React Native Performance: Do and Don’t

- Do read the docs of React, React Native and every library you are using.
- Using remote Images can be painful: use a library. Some patterns can be harmful.
- Be careful with PureComponents and HOCS.
- Keep your libraries up to date.
- Give some love to your app and your users.