mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-20 16:30:34 +00:00
Download react-confetti
This commit is contained in:
parent
5c6622c10a
commit
fe1c60a71a
@ -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",
|
||||
|
@ -0,0 +1,16 @@
|
||||
import { XStack, Stack, YStack } from 'tamagui'
|
||||
import { Text } from '@status-im/components'
|
||||
import { useState } from 'react'
|
||||
const CompleteSetup = () => {
|
||||
return (
|
||||
<YStack style={{ width: '100%', padding: '16px 32px' }}>
|
||||
<XStack justifyContent={'space-between'} style={{ marginBottom: '10px' }}>
|
||||
<Text size={27} weight={'semibold'}>
|
||||
Validator Setup
|
||||
</Text>
|
||||
</XStack>
|
||||
</YStack>
|
||||
)
|
||||
}
|
||||
|
||||
export default CompleteSetup
|
Loading…
x
Reference in New Issue
Block a user