TP-69871 | longhorn block pr fixes
This commit is contained in:
2
App.tsx
2
App.tsx
@@ -43,7 +43,7 @@ import { setJsErrorHandler } from '@services/exception-handler.service';
|
||||
import fetchUpdatedRemoteConfig from './src/services/firebaseFetchAndUpdate.service';
|
||||
import { StorageKeys } from './src/types/storageKeys';
|
||||
import { setCurrentScreenName } from 'react-native-clarity';
|
||||
import {ENV} from "@constants/config";
|
||||
import { ENV } from '@constants/config';
|
||||
|
||||
initSentry();
|
||||
|
||||
|
||||
@@ -25,9 +25,6 @@
|
||||
"prettier:check": "npx prettier --check **/*.{js,ts,tsx,json} && npx prettier --check *.{js,ts,tsx,json}",
|
||||
"prettier:write": "npx prettier --write **/*.{js,ts,tsx,json} && npx prettier --write *.{js,ts,tsx,json}",
|
||||
"lint": "tsc --noEmit && eslint --ext .js,.jsx,.ts,.tsx ./",
|
||||
"release:dev": "yarn move:dev && react-native run-android --variant=fieldAgentsRelease && cd android && ./gradlew assemblefieldAgentsRelease",
|
||||
"release:qa": "yarn move:qa && react-native run-android --variant=fieldAgentsRelease && cd android && ./gradlew assemblefieldAgentsRelease",
|
||||
"release:prod": "yarn move:prod && react-native run-android --variant=fieldAgentsRelease && cd android && ./gradlew assemblefieldAgentsRelease",
|
||||
"move:dev": "cp -f ./config/dev/config.js ./src/constants && cp -f ./config/dev/google-services.json ./android/app",
|
||||
"move:qa": "cp -f ./config/qa/config.js ./src/constants && cp -f ./config/qa/google-services.json ./android/app",
|
||||
"move:prod": "cp -f ./config/prod/config.js ./src/constants && cp -f ./config/prod/google-services.json ./android/app",
|
||||
|
||||
Reference in New Issue
Block a user