Skip to content

Instantly share code, notes, and snippets.

@akulsr0
akulsr0 / RNUIAPP - ConfettiCanon.jsx
Last active February 12, 2023 19:10
React Native UI App - Confetti Canon
import React, { useRef, useState } from 'react';
import {
StyleSheet,
Text,
View,
TextInput,
TouchableOpacity,
} from 'react-native';
import ConfettiCannon from 'react-native-confetti-cannon';