Skip to content

Commit

Permalink
chore: add code fence to avoid ts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathansoufer committed Jul 11, 2024
1 parent 8574dc6 commit c76aa03
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/components/Nav/App/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit c76aa03

Please sign in to comment.