Fixes #1028: future releases of React Native would have rendered empty profile sections since we were adding the relevant section index even if the section didn't have rows. This change only creates the section index if data exists for the relevant section.
Fixes #1028: future releases of React Native would have rendered empty profile sections since we were adding the relevant section index even if the section didn't have rows. This change only creates the section index if data exists for the relevant section.