TP-65182 | Merge master

This commit is contained in:
yashmantri
2024-05-14 20:50:45 +05:30
parent 172f6e3bcd
commit 48ae4860e1

View File

@@ -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';