ICS React Native App
1export const range = (length: number) => Array.from({ length }, (_, i) => i);
1export const range = (length: number) => Array.from({ length }, (_, i) => i);