From fe1c60a71ab9214b62301fb02867fee1d519be26 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Tue, 29 Aug 2023 09:42:33 +0300 Subject: [PATCH] Download react-confetti --- package.json | 1 + .../ValidatorSetup/CompleteSetup.tsx | 16 ++++++++++++++++ yarn.lock | 1 + 3 files changed, 18 insertions(+) create mode 100644 src/pages/ValidatorOnboarding/ValidatorSetup/CompleteSetup.tsx 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