Code Cleanup & Minor Bug Fixes
This commit is contained in:
7
App.js
7
App.js
@@ -19,7 +19,7 @@ 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.
|
||||
// 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();
|
||||
@@ -38,11 +38,6 @@ export default class App extends React.Component {
|
||||
...Ionicons.font,
|
||||
});
|
||||
this.setState({ isReady: true });
|
||||
// await FileSystem.makeDirectoryAsync(
|
||||
// FileSystem.documentDirectory + "photos"
|
||||
// ).catch((e) => {
|
||||
// console.log(e, "Directory already exists");
|
||||
// });
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user