diff --git a/app/components/Nav/App/index.js b/app/components/Nav/App/index.js index 79af8053345..fedc38be4e6 100644 --- a/app/components/Nav/App/index.js +++ b/app/components/Nav/App/index.js @@ -6,7 +6,13 @@ import React, { useState, } from 'react'; import { CommonActions, NavigationContainer } from '@react-navigation/native'; -import { Animated, Linking, View } from 'react-native'; +import { + Animated, + Linking, + ///: BEGIN:ONLY_INCLUDE_IF(preinstalled-snaps,external-snaps) + View, + ///: END:ONLY_INCLUDE_IF +} from 'react-native'; import { createStackNavigator } from '@react-navigation/stack'; import Login from '../../Views/Login'; import QRScanner from '../../Views/QRScanner';