Skip to content

Commit

Permalink
yarn fix (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamill90 authored Apr 2, 2020
1 parent fb86652 commit 55d694a
Show file tree
Hide file tree
Showing 6 changed files with 515 additions and 122 deletions.
2 changes: 0 additions & 2 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import QuickActions from "react-native-quick-actions";
import * as Sentry from "@sentry/react-native";
import OnAppLaunch from "./class/onAppLaunch";

const A = require("./analytics");

if (process.env.NODE_ENV !== "development") {
Sentry.init({
dsn: "https://23377936131848ca8003448a893cb622@sentry.io/1295736"
Expand Down
30 changes: 0 additions & 30 deletions analytics.js

This file was deleted.

47 changes: 0 additions & 47 deletions appcenter-post-build-get-pr-number.js

This file was deleted.

20 changes: 0 additions & 20 deletions appcenter-post-build.sh

This file was deleted.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@
"prepare": "./patches/fix_mangle.sh; git apply patches/minifier.js.patch; git apply patches/minify.js.patch",
"clean": "cd android/; ./gradlew clean; cd ..; rm -r -f /tmp/metro-cache/; rm -r -f node_modules/; npm cache clean --force; npm i; npm start -- --reset-cache",
"releasenotes2json": "./release-notes.sh > release-notes.txt; node -e 'console.log(JSON.stringify(require(\"fs\").readFileSync(\"release-notes.txt\", \"utf8\")));' > release-notes.json",
"podinstall": "./podinstall.sh",
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"postinstall": "./node_modules/.bin/rn-nodeify --install buffer,events,process,stream,util,inherits,fs,path --hack; npm run releasenotes2json; npm run podinstall; npx jetify",
"test": "npm run unit && npm run jest",
"jest": "node node_modules/jest/bin/jest.js tests/integration/*",
"lint": "eslint screen/** class/** models/** loc/** tests/**",
Expand All @@ -64,9 +62,6 @@
"@remobile/react-native-qrcode-local-image": "git+https://github.com/BlueWallet/react-native-qrcode-local-image.git",
"@sentry/react-native": "1.0.9",
"amplitude-js": "5.7.0",
"appcenter": "2.6.0",
"appcenter-analytics": "2.6.0",
"appcenter-crashes": "2.6.0",
"bech32": "1.1.3",
"bignumber.js": "9.0.0",
"bip21": "2.0.2",
Expand Down
Loading

0 comments on commit 55d694a

Please sign in to comment.