Release 1.0.7 - Add version.

This commit is contained in:
Patrick Fic
2021-05-04 10:26:24 -07:00
parent 02e0f7ba7d
commit 664171ffc5
9 changed files with 56 additions and 9 deletions

1
App.js
View File

@@ -5,7 +5,6 @@ import { Provider } from "react-redux";
import { PersistGate } from "redux-persist/integration/react";
import * as Sentry from "sentry-expo";
import ScreenMainComponent from "./components/screen-main/screen-main.component";
import env from "./env";
import { logImEXEvent } from "./firebase/firebase.analytics";
import { client } from "./graphql/client";
import { persistor, store } from "./redux/store";