TP-65182 | Merge master
This commit is contained in:
5
App.tsx
5
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';
|
||||
|
||||
Reference in New Issue
Block a user