After upgrading to react-native 0.61 i get a lot of warnings like that:
VirtualizedLists should never be nested inside plain ScrollViews with the same orient
This error disappeared because of using FlatList inside ScrollView. You can write like the following code.
{(list.length == 0) && No peripherals } this.renderItem(item) } keyExtractor={item => item.id} />