Skip to content

Commit

Permalink
Restore step, issues fix and new updates on Create Step
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Santiago committed Mar 22, 2024
1 parent 4c2d2ca commit 49f6bb4
Show file tree
Hide file tree
Showing 105 changed files with 4 additions and 1,260 deletions.
6 changes: 4 additions & 2 deletions apps/wallet-mobile/src/WalletInit/WalletInitNavigator.tsx
@@ -1,5 +1,6 @@
import {createStackNavigator} from '@react-navigation/stack'
import React from 'react'
import {useTheme} from '@yoroi/theme'
import * as React from 'react'
import {defineMessages, useIntl} from 'react-intl'

import {AboutRecoveryPhraseScreen} from '../features/AddWallet/useCases/CreateWallet/AboutRecoveryPhraseScreen'
Expand All @@ -22,13 +23,14 @@ import {WalletFreshInitScreen} from './WalletFreshInit'
const Stack = createStackNavigator<WalletInitRoutes>()
export const WalletInitNavigator = () => {
const strings = useStrings()
const {theme} = useTheme()

return (
<Stack.Navigator
initialRouteName="initial-choose-create-restore"
screenOptions={{
cardStyle: {backgroundColor: 'transparent'},
...defaultStackNavigationOptions,
...defaultStackNavigationOptions(theme),
detachPreviousScreen: false /* https://github.com/react-navigation/react-navigation/issues/9883 */,
}}
>
Expand Down
26 changes: 0 additions & 26 deletions packages/banxa/lib/commonjs/adapters/errors.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/banxa/lib/commonjs/adapters/errors.js.map

This file was deleted.

25 changes: 0 additions & 25 deletions packages/banxa/lib/commonjs/adapters/zod-errors.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/banxa/lib/commonjs/adapters/zod-errors.js.map

This file was deleted.

44 changes: 0 additions & 44 deletions packages/banxa/lib/commonjs/adapters/zod-errors.test.js

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions packages/banxa/lib/commonjs/adapters/zod-schema.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/banxa/lib/commonjs/adapters/zod-schema.js.map

This file was deleted.

11 changes: 0 additions & 11 deletions packages/banxa/lib/commonjs/helpers/blockchain-code.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/banxa/lib/commonjs/helpers/blockchain-code.js.map

This file was deleted.

18 changes: 0 additions & 18 deletions packages/banxa/lib/commonjs/helpers/blockchain-code.test.js

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions packages/banxa/lib/commonjs/helpers/coin-types.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/banxa/lib/commonjs/helpers/coin-types.js.map

This file was deleted.

18 changes: 0 additions & 18 deletions packages/banxa/lib/commonjs/helpers/coin-types.test.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/banxa/lib/commonjs/helpers/coin-types.test.js.map

This file was deleted.

11 changes: 0 additions & 11 deletions packages/banxa/lib/commonjs/helpers/fiat-types.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/banxa/lib/commonjs/helpers/fiat-types.js.map

This file was deleted.

18 changes: 0 additions & 18 deletions packages/banxa/lib/commonjs/helpers/fiat-types.test.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/banxa/lib/commonjs/helpers/fiat-types.test.js.map

This file was deleted.

11 changes: 0 additions & 11 deletions packages/banxa/lib/commonjs/helpers/order-types.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/banxa/lib/commonjs/helpers/order-types.js.map

This file was deleted.

18 changes: 0 additions & 18 deletions packages/banxa/lib/commonjs/helpers/order-types.test.js

This file was deleted.

This file was deleted.

0 comments on commit 49f6bb4

Please sign in to comment.