Minor app improvements.

This commit is contained in:
Patrick Fic
2025-03-06 15:00:44 -08:00
parent 981012f20e
commit 45ed6f7804
10 changed files with 138 additions and 94 deletions

3
App.js
View File

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