Demo adjustments, resolve upload issues, remove messaging.

This commit is contained in:
Patrick Fic
2021-01-12 18:28:58 -08:00
parent 06dda3639f
commit 7d1a265dee
18 changed files with 656 additions and 78 deletions

9
App.js
View File

@@ -11,7 +11,16 @@ import ScreenMainComponent from "./components/screen-main/screen-main.component"
import { client } from "./graphql/client";
import { persistor, store } from "./redux/store";
import "./translations/i18n";
import * as Sentry from "sentry-expo";
Sentry.init({
dsn:
"https://8d6c3de1940a4e4f8b81cf4d2150bdea@o492140.ingest.sentry.io/5558869",
enableInExpoDevelopment: true,
debug: true, // Sentry will try to print out useful debugging information if something goes wrong with sending an event. Set this to `false` in production.
});
Sentry.Native.nativeCrash();
export default class App extends React.Component {
constructor(props) {
super(props);