From 48ae4860e1af681f806e326409a20e6de7ce75da Mon Sep 17 00:00:00 2001 From: yashmantri Date: Tue, 14 May 2024 20:50:45 +0530 Subject: [PATCH] TP-65182 | Merge master --- App.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/App.tsx b/App.tsx index 3e65f1b1..9d331ba7 100644 --- a/App.tsx +++ b/App.tsx @@ -1,3 +1,7 @@ +import { init as initApm } from '@cobo/apm-rum-react-native'; +import AsyncStorage from '@react-native-async-storage/async-storage'; +import { NavigationContainer } from '@react-navigation/native'; +import * as Sentry from '@sentry/react-native'; import React, { useEffect } from 'react'; import { AppState, @@ -5,6 +9,7 @@ import { PermissionsAndroid, Platform, StatusBar, + type Permission, } from 'react-native'; import { default as codePush, default as CodePush } from 'react-native-code-push'; import { Provider } from 'react-redux';