mirror of
https://github.com/zoriya/expo-vector-icons.git
synced 2026-06-06 20:02:30 +00:00
Sort filters so the order remains the same
This commit is contained in:
@@ -71,7 +71,7 @@ function _FilterBar(props, ref) {
|
||||
<View style={styles.familySection}>
|
||||
<View>
|
||||
<View style={styles.checkDisplay}>
|
||||
{Object.keys(iconFamilyFilters).map((familyName) => (
|
||||
{Object.keys(iconFamilyFilters).sort().map((familyName) => (
|
||||
<CheckBox
|
||||
key={familyName}
|
||||
label={familyName}
|
||||
|
||||
Reference in New Issue
Block a user