UNPKG

react-native-fiesta

Version:

A set of celebration animations powered by Skia. Engage more with your users by celebrating in your React Native application.

4 lines (3 loc) 95 B
export function shuffleArray(array: any[]) { return array.sort(() => Math.random() - 0.5); }