Minor app improvements.
This commit is contained in:
3
App.js
3
App.js
@@ -1,6 +1,5 @@
|
||||
import { ApolloProvider } from "@apollo/client";
|
||||
import * as Sentry from "@sentry/react-native";
|
||||
import { SplitFactory } from "@splitsoftware/splitio-react-native";
|
||||
import "expo-asset";
|
||||
import "intl";
|
||||
import "intl/locale-data/jsonp/en";
|
||||
@@ -66,4 +65,4 @@ class App extends React.Component {
|
||||
);
|
||||
}
|
||||
}
|
||||
export default Sentry.wrap(App);
|
||||
export default Sentry.wrap(App);
|
||||
|
||||
Reference in New Issue
Block a user