mirror of
https://github.com/zhigang1992/react-native-reanimated-confetti.git
synced 2026-04-27 21:07:51 +08:00
8 lines
113 B
TypeScript
Executable File
8 lines
113 B
TypeScript
Executable File
import React from 'react';
|
|
|
|
import Confetti from '../src';
|
|
|
|
const App = () => <Confetti />;
|
|
|
|
export default App;
|