UNPKG

@coorpacademy/react-native-confetti-cannon

Version:

Fork: React Native confetti explosion and fall like iOS does.

6 lines (4 loc) 123 B
// @flow strict export const randomValue = (min: number, max: number) => { return Math.random() * (max - min) + min; };