diff --git a/package.json b/package.json index a5b1e0a2..3fb1f6e7 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "expo-modules-core": "^1.5.9", "react": "18", "react-color": "^2.19.3", + "react-confetti": "^6.1.0", "react-dom": "18", "react-form-stepper": "^2.0.3", "react-native": "^0.72.3", diff --git a/src/pages/ValidatorOnboarding/ValidatorSetup/CompleteSetup.tsx b/src/pages/ValidatorOnboarding/ValidatorSetup/CompleteSetup.tsx new file mode 100644 index 00000000..f602642f --- /dev/null +++ b/src/pages/ValidatorOnboarding/ValidatorSetup/CompleteSetup.tsx @@ -0,0 +1,16 @@ +import { XStack, Stack, YStack } from 'tamagui' +import { Text } from '@status-im/components' +import { useState } from 'react' +const CompleteSetup = () => { + return ( + + + + Validator Setup + + + + ) +} + +export default CompleteSetup diff --git a/yarn.lock b/yarn.lock index f05c0d12..d1dcb95a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14233,6 +14233,7 @@ __metadata: prettier: ^3.0.1 react: 18 react-color: ^2.19.3 + react-confetti: ^6.1.0 react-dom: 18 react-form-stepper: ^2.0.3 react-native: ^0.72.3