diff --git a/suite-native/app/src/navigation/RootStackNavigator.tsx b/suite-native/app/src/navigation/RootStackNavigator.tsx index ad0b3ef3b669..21e90b75323e 100644 --- a/suite-native/app/src/navigation/RootStackNavigator.tsx +++ b/suite-native/app/src/navigation/RootStackNavigator.tsx @@ -49,16 +49,7 @@ export const RootStackNavigator = () => { initialRouteName={getInitialRouteName()} screenOptions={stackNavigationOptionsConfig} > - - { name={RootStackRoutes.DevUtilsStack} component={DevUtilsStackNavigator} /> - - - - - + {/* Navigation flows that start by push from bottom animation on the first screen of its stack. */} + + + + + + + + + ); }; diff --git a/suite-native/module-onboarding/src/assets/t3b1.png b/suite-native/module-onboarding/src/assets/t3b1.png new file mode 100644 index 000000000000..31943568425a Binary files /dev/null and b/suite-native/module-onboarding/src/assets/t3b1.png differ diff --git a/suite-native/module-onboarding/src/assets/t3t1.png b/suite-native/module-onboarding/src/assets/t3t1.png new file mode 100644 index 000000000000..9e0a0488c928 Binary files /dev/null and b/suite-native/module-onboarding/src/assets/t3t1.png differ diff --git a/suite-native/module-onboarding/src/assets/trezorSafe3.png b/suite-native/module-onboarding/src/assets/trezorSafe3.png deleted file mode 100644 index c7e2ee226177..000000000000 Binary files a/suite-native/module-onboarding/src/assets/trezorSafe3.png and /dev/null differ diff --git a/suite-native/module-onboarding/src/assets/trezorSafe5.png b/suite-native/module-onboarding/src/assets/trezorSafe5.png deleted file mode 100644 index 74c7228b58ec..000000000000 Binary files a/suite-native/module-onboarding/src/assets/trezorSafe5.png and /dev/null differ diff --git a/suite-native/module-onboarding/src/screens/UninitializedDeviceLandingScreen.tsx b/suite-native/module-onboarding/src/screens/UninitializedDeviceLandingScreen.tsx index f1106f0d2596..543ce5deb251 100644 --- a/suite-native/module-onboarding/src/screens/UninitializedDeviceLandingScreen.tsx +++ b/suite-native/module-onboarding/src/screens/UninitializedDeviceLandingScreen.tsx @@ -22,9 +22,9 @@ const trezorImageStyle = prepareNativeStyle<{ hasDeviceFirmwareInstalled: boolea ); const trezorModelImageMap = { - [DeviceModelInternal.T2B1]: require('../assets/trezorSafe3.png'), - [DeviceModelInternal.T3B1]: require('../assets/trezorSafe3.png'), - [DeviceModelInternal.T3T1]: require('../assets/trezorSafe5.png'), + [DeviceModelInternal.T2B1]: require('../assets/t3b1.png'), + [DeviceModelInternal.T3B1]: require('../assets/t3b1.png'), + [DeviceModelInternal.T3T1]: require('../assets/t3t1.png'), } as const satisfies Record; const UninitializedDeviceLandingScreenContent = () => { @@ -84,7 +84,7 @@ export const UninitializedDeviceLandingScreen = () => { return ( // TODO: add handling of close button event }> - +