init edit
This commit is contained in:
@@ -5,7 +5,7 @@ import { locations } from '@/data/locations';
|
||||
|
||||
export default function Index() {
|
||||
const theme = useTheme();
|
||||
console.log(locations);
|
||||
locations.sort((a, b) => b.id - a.id);
|
||||
return (
|
||||
<View style={[styles.container, {backgroundColor: theme.colors.background}]}>
|
||||
<FlatList
|
||||
|
||||
Reference in New Issue
Block a user