Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updating typescript to 5, removing ts-auto-mock #2905

Merged

Conversation

nicolasburtey
Copy link
Member

ts-auto-mock is been deprecated

https://github.com/Typescript-TDD/ts-auto-mock/

and it was what prevented us to go to typescript 5

ts-auto-mock relies on ttypescript and ttypescript doesn't work with typescript 5

I tried ttsc unsuccesfully

I'm not sure if this is the best way to go forward, this PR adds quite a bit of not-very-useful code, mostly generated by GPT.

but otherwise not been able to update typescript is not ideal either

@nicolasburtey nicolasburtey force-pushed the chore--updating-typescript-to-5,-removing-ts-auto-mock branch 2 times, most recently from 6b096c6 to 785a54b Compare December 16, 2023 12:55

export const mutations: GeneratePaymentRequestMutations = {
// eslint-disable-next-line
// @ts-ignore
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is ts-ignore rquired here? I think if we're going to add ts-ignore there should be a comment that explains why it is neccessary.

@UncleSamtoshi
Copy link
Contributor

I think this approach makes sense and will approve once the ts-ignore issue is addressed.

@nicolasburtey nicolasburtey force-pushed the chore--updating-typescript-to-5,-removing-ts-auto-mock branch 3 times, most recently from a34e060 to 5811a80 Compare April 16, 2024 20:38
ts-auto-mock is been deprecated

https://github.com/Typescript-TDD/ts-auto-mock/

and it was what prevented us to go to typescript 5

ts-auto-mock relies on ttypescript and ttypescript doesn't work with typescript 5

I tried ttsc unsuccesfully

I'm not sure if this is the best way to go forward, this PR adds quite a bit of not-very-useful code, mostly generated by GPT.

but otherwise not been able to update typescript is not ideal either
@UncleSamtoshi UncleSamtoshi force-pushed the chore--updating-typescript-to-5,-removing-ts-auto-mock branch from edfe04b to f02c65f Compare April 17, 2024 16:51
@UncleSamtoshi UncleSamtoshi force-pushed the chore--updating-typescript-to-5,-removing-ts-auto-mock branch from f02c65f to c573ec7 Compare April 17, 2024 16:52
@nicolasburtey nicolasburtey merged commit caf4712 into main Apr 17, 2024
7 of 8 checks passed
phaoga54 added a commit to PuraVida-Technologies/galoy-mobile that referenced this pull request Apr 18, 2024
* main: (961 commits)
  chore: upgrade to rn73 (GaloyMoney#3181)
  ci(shared): bump vendored ci files (GaloyMoney#3180)
  ci: monitor for critical vul (GaloyMoney#3187)
  chore: updating typescript to 5, removing ts-auto-mock (GaloyMoney#2905)
  chore: adding luganda (GaloyMoney#3186)
  feat: may challenge (GaloyMoney#3184)
  chore: [skip CI] Translate en.json in lg (GaloyMoney#3185)
  ci: use kaniko builder (GaloyMoney#3183)
  fix: rm test recording filename.mp4
  chore: update supergraph (GaloyMoney#3182)
  ci: record complete session (GaloyMoney#3179)
  chore: update quickstart (GaloyMoney#3178)
  chore: update current name (GaloyMoney#3174)
  chore: fix codegen2 (GaloyMoney#3177)
  fix: codegen1 (GaloyMoney#3175)
  fix(ios): missing api docs for NSPrivacy (GaloyMoney#3170)
  fix: text overflows in settings screen
  chore: removed totp from account screen (GaloyMoney#3168)
  chore: adding chatbot in beta (GaloyMoney#3167)
  chore: update build numbers for mobile v2.2.251 (GaloyMoney#3166)
  ...

# Conflicts:
#	.circleci/config.yml
#	.gitignore
#	.storybook/storybook.requires.js
#	.storybook/storybook.tsx
#	.typesafe-i18n.json
#	Makefile
#	__tests__/components/transaction-date.spec.tsx
#	__tests__/config/galoy-instances.spec.ts
#	__tests__/hooks/use-display-currency.spec.tsx
#	__tests__/hooks/use-price-conversion.spec.ts
#	__tests__/hooks/use-show-warning-secure-account.spec.tsx
#	__tests__/payment-destination/lnurl.spec.ts
#	__tests__/payment-details/amount-onchain.spec.ts
#	__tests__/payment-details/helpers.ts
#	__tests__/payment-details/lnurl-payment-details.spec.ts
#	__tests__/payment-details/no-amount-onchain.spec.ts
#	__tests__/payment-request/helpers.ts
#	__tests__/payment-request/payment-request-creation-data.spec.ts
#	__tests__/payment-request/payment-request.spec.ts
#	__tests__/receive-bitcoin/helpers.spec.ts
#	__tests__/screens/helper.tsx
#	__tests__/screens/home.spec.tsx
#	__tests__/screens/receive.spec.tsx
#	__tests__/screens/send-destination.spec.tsx
#	__tests__/screens/send-details.spec.tsx
#	android/app/build.gradle
#	android/app/src/main/AndroidManifest.xml
#	android/app/src/main/java/com/galoyapp/MainActivity.java
#	android/app/src/main/java/com/galoyapp/MainApplication.java
#	android/app/src/main/res/mipmap-hdpi/ic_launcher.png
#	android/app/src/main/res/mipmap-mdpi/ic_launcher.png
#	android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
#	android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
#	android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
#	android/app/src/main/res/values/colors.xml
#	android/app/src/main/res/values/strings.xml
#	android/build.gradle
#	android/fastlane/Fastfile
#	android/fastlane/README.md
#	android/settings.gradle
#	app/app.tsx
#	app/components/amount-input-screen/amount-input-screen-ui.tsx
#	app/components/amount-input-screen/amount-input-screen.stories.tsx
#	app/components/amount-input-screen/amount-input-screen.tsx
#	app/components/amount-input-screen/number-pad-reducer.ts
#	app/components/amount-input/amount-input-button.tsx
#	app/components/amount-input/amount-input-modal.tsx
#	app/components/amount-input/amount-input.stories.tsx
#	app/components/amount-input/amount-input.tsx
#	app/components/app-update/app-update.stories.tsx
#	app/components/app-update/app-update.tsx
#	app/components/atomic/galoy-button-field/galoy-button-field.stories.tsx
#	app/components/atomic/galoy-currency-bubble/galoy-currency-bubble.stories.tsx
#	app/components/atomic/galoy-currency-bubble/galoy-currency-bubble.tsx
#	app/components/atomic/galoy-error-box/galoy-error-box.stories.tsx
#	app/components/atomic/galoy-error-box/galoy-error-box.tsx
#	app/components/atomic/galoy-icon-button/galoy-icon-button.stories.tsx
#	app/components/atomic/galoy-icon-button/galoy-icon-button.tsx
#	app/components/atomic/galoy-icon/galoy-icon.stories.tsx
#	app/components/atomic/galoy-icon/galoy-icon.tsx
#	app/components/atomic/galoy-info/galoy-info.stories.tsx
#	app/components/atomic/galoy-info/galoy-info.tsx
#	app/components/atomic/galoy-input/galoy-input.tsx
#	app/components/atomic/galoy-primary-button/galoy-primary-button.stories.tsx
#	app/components/atomic/galoy-primary-button/galoy-primary-button.tsx
#	app/components/atomic/galoy-secondary-button/galoy-secondary-button.stories.tsx
#	app/components/atomic/galoy-tertiary-button/galoy-tertiary-button.tsx
#	app/components/balance-header/balance-header.stories.tsx
#	app/components/balance-header/balance-header.tsx
#	app/components/button-group/button-group.stories.tsx
#	app/components/button-group/button-group.tsx
#	app/components/circle/circle.tsx
#	app/components/close-cross/close-cross.tsx
#	app/components/code-input/code-input.tsx
#	app/components/contact-modal/contact-modal.tsx
#	app/components/contact-support-button/contact-support-button.tsx
#	app/components/currency-keyboard/currency-keyboard.stories.tsx
#	app/components/currency-keyboard/currency-keyboard.tsx
#	app/components/currency-tag/currency-tag.tsx
#	app/components/custom-modal/custom-modal.stories.tsx
#	app/components/custom-modal/custom-modal.tsx
#	app/components/icon-transactions/icon-transactions.tsx
#	app/components/introducing-circles-modal/introducing-circles-modal.tsx
#	app/components/invite-modal/invite-modal.tsx
#	app/components/menu-select/item.tsx
#	app/components/menu-select/menu-select-item.tsx
#	app/components/menu-select/menu-select.stories.tsx
#	app/components/menu-select/menu-select.tsx
#	app/components/modal-nfc/modal-nfc.tsx
#	app/components/modal-tooltip/modal-tooltip.tsx
#	app/components/mountain-header/mountain-header.tsx
#	app/components/note-input/note-input.tsx
#	app/components/notification/notification.tsx
#	app/components/pagination/pagination-item.tsx
#	app/components/payment-destination-display/payment-destination-display.tsx
#	app/components/price-history/price-history.tsx
#	app/components/screen/screen.tsx
#	app/components/set-default-account-modal/set-default-account-modal.stories.tsx
#	app/components/set-default-account-modal/set-default-account-modal.tsx
#	app/components/set-lightning-address-modal/set-lightning-address-modal.stories.tsx
#	app/components/set-lightning-address-modal/set-lightning-address-modal.tsx
#	app/components/stablesats-modal/stablesats-modal.tsx
#	app/components/totp-export/totp-copy.stories.tsx
#	app/components/totp-export/totp-copy.tsx
#	app/components/totp-export/totp-qr.stories.tsx
#	app/components/totp-export/totp-qr.tsx
#	app/components/transaction-date/transaction-date.tsx
#	app/components/transaction-item/transaction-item.tsx
#	app/components/upgrade-account-modal/upgrade-account-modal.stories.tsx
#	app/components/upgrade-account-modal/upgrade-account-modal.tsx
#	app/components/version/version.tsx
#	app/components/wallet-overview/wallet-overview.stories.tsx
#	app/components/wallet-overview/wallet-overview.tsx
#	app/components/wallet-summary/wallet-summary.stories.tsx
#	app/components/wallet-summary/wallet-summary.tsx
#	app/config/appinfo.ts
#	app/config/feature-flags-context.tsx
#	app/config/galoy-instances.ts
#	app/graphql/analytics.tsx
#	app/graphql/cache.ts
#	app/graphql/client-only-query.ts
#	app/graphql/client.tsx
#	app/graphql/generated.gql
#	app/graphql/generated.ts
#	app/graphql/level-component.tsx
#	app/graphql/level-context.ts
#	app/graphql/local-schema.gql
#	app/graphql/mocks.ts
#	app/graphql/network-error-component.tsx
#	app/graphql/network-error-context.ts
#	app/graphql/transactions.ts
#	app/hooks/use-app-config.ts
#	app/hooks/use-display-currency.ts
#	app/hooks/use-geetest-captcha.ts
#	app/hooks/use-logout.ts
#	app/hooks/use-price-conversion.ts
#	app/i18n/en/index.ts
#	app/i18n/i18n-types.ts
#	app/i18n/i18n-util.async.ts
#	app/i18n/i18n-util.sync.ts
#	app/i18n/i18n-util.ts
#	app/i18n/mapping.ts
#	app/i18n/raw-i18n/source/en.json
#	app/i18n/raw-i18n/translations/af.json
#	app/i18n/raw-i18n/translations/ar.json
#	app/i18n/raw-i18n/translations/ca.json
#	app/i18n/raw-i18n/translations/cs.json
#	app/i18n/raw-i18n/translations/de.json
#	app/i18n/raw-i18n/translations/el.json
#	app/i18n/raw-i18n/translations/es.json
#	app/i18n/raw-i18n/translations/fr.json
#	app/i18n/raw-i18n/translations/hr.json
#	app/i18n/raw-i18n/translations/hy.json
#	app/i18n/raw-i18n/translations/it.json
#	app/i18n/raw-i18n/translations/ja.json
#	app/i18n/raw-i18n/translations/ms.json
#	app/i18n/raw-i18n/translations/nl.json
#	app/i18n/raw-i18n/translations/pt.json
#	app/i18n/raw-i18n/translations/qu.json
#	app/i18n/raw-i18n/translations/sr.json
#	app/i18n/raw-i18n/translations/sw.json
#	app/i18n/raw-i18n/translations/th.json
#	app/i18n/raw-i18n/translations/tr.json
#	app/i18n/raw-i18n/translations/vi.json
#	app/modules/market-place/theme/typography.ts
#	app/navigation/navigation-container-wrapper.tsx
#	app/navigation/root-navigator.tsx
#	app/navigation/stack-param-lists.ts
#	app/rne-theme/colors.stories.tsx
#	app/rne-theme/colors.ts
#	app/rne-theme/text.stories.tsx
#	app/rne-theme/theme.stories.tsx
#	app/rne-theme/theme.ts
#	app/rne-theme/themed.d.ts
#	app/screens/authentication-screen/authentication-check-screen.stories.tsx
#	app/screens/authentication-screen/authentication-check-screen.tsx
#	app/screens/authentication-screen/authentication-screen.stories.tsx
#	app/screens/authentication-screen/authentication-screen.tsx
#	app/screens/authentication-screen/pin-screen.stories.tsx
#	app/screens/authentication-screen/pin-screen.tsx
#	app/screens/conversion-flow/conversion-confirmation-screen.tsx
#	app/screens/conversion-flow/conversion-details-screen.tsx
#	app/screens/conversion-flow/conversion-success-screen.stories.tsx
#	app/screens/conversion-flow/conversion-success-screen.tsx
#	app/screens/conversion-flow/use-convert-money-details.ts
#	app/screens/developer-screen/debug-screen.tsx
#	app/screens/developer-screen/index.ts
#	app/screens/developer-screen/react-native-currency-picker.d.ts
#	app/screens/earns-map-screen/earns-map-screen.stories.tsx
#	app/screens/earns-map-screen/earns-map-screen.tsx
#	app/screens/earns-screen/earns-quiz.stories.tsx
#	app/screens/earns-screen/earns-quiz.tsx
#	app/screens/earns-screen/earns-section.tsx
#	app/screens/earns-screen/earns-sections.stories.tsx
#	app/screens/earns-screen/section-completed.stories.tsx
#	app/screens/earns-screen/section-completed.tsx
#	app/screens/email-login-screen/email-login-flow.stories.tsx
#	app/screens/email-login-screen/email-login-initiate.tsx
#	app/screens/email-login-screen/email-login-validate.stories.tsx
#	app/screens/email-login-screen/email-login-validate.tsx
#	app/screens/email-registration-screen/email-registration-initiate.stories.tsx
#	app/screens/email-registration-screen/email-registration-initiate.tsx
#	app/screens/email-registration-screen/email-registration-validate.stories.tsx
#	app/screens/email-registration-screen/email-registration-validate.tsx
#	app/screens/error-screen/error-screen.stories.tsx
#	app/screens/error-screen/error-screen.tsx
#	app/screens/galoy-address-screen/address-component.tsx
#	app/screens/galoy-address-screen/address-explainer-modal.tsx
#	app/screens/galoy-address-screen/address-screen.stories.tsx
#	app/screens/galoy-address-screen/address-screen.tsx
#	app/screens/galoy-address-screen/paycode-explainer-modal.tsx
#	app/screens/galoy-address-screen/pos-explainer-modal.tsx
#	app/screens/get-started-screen/app-logo.png
#	app/screens/get-started-screen/device-account-fail-modal.stories.tsx
#	app/screens/get-started-screen/device-account-fail-modal.tsx
#	app/screens/get-started-screen/device-account-modal.tsx
#	app/screens/get-started-screen/get-started-screen.stories.tsx
#	app/screens/get-started-screen/get-started-screen.tsx
#	app/screens/get-started-screen/use-device-token.ts
#	app/screens/home-screen/home-screen.stories.tsx
#	app/screens/home-screen/home-screen.tsx
#	app/screens/map-screen/map-screen.tsx
#	app/screens/people-screen/circles/circles-card-people-home.tsx
#	app/screens/people-screen/circles/circles-dashboard-screen.tsx
#	app/screens/people-screen/circles/invite-friends-card.tsx
#	app/screens/people-screen/circles/share-circles-card.tsx
#	app/screens/people-screen/circles/use-circles-card.tsx
#	app/screens/people-screen/contacts/all-contacts.tsx
#	app/screens/people-screen/contacts/contact-transactions.tsx
#	app/screens/people-screen/contacts/contacts-card.tsx
#	app/screens/people-screen/contacts/contacts-detail.stories.tsx
#	app/screens/people-screen/contacts/contacts-detail.tsx
#	app/screens/people-screen/people-screen.types.d.ts
#	app/screens/people-screen/people.stories.tsx
#	app/screens/people-screen/people.tsx
#	app/screens/people-screen/tab-icon.tsx
#	app/screens/phone-auth-screen/phone-input.tsx
#	app/screens/phone-auth-screen/phone-login-flow.stories.tsx
#	app/screens/phone-auth-screen/phone-login-input.tsx
#	app/screens/phone-auth-screen/phone-login-validation.stories.tsx
#	app/screens/phone-auth-screen/phone-login-validation.tsx
#	app/screens/phone-auth-screen/phone-registration-input.tsx
#	app/screens/phone-auth-screen/phone-registration-validation.tsx
#	app/screens/phone-auth-screen/phone-validation.stories.tsx
#	app/screens/phone-auth-screen/phone-validation.tsx
#	app/screens/phone-auth-screen/request-phone-code-login.ts
#	app/screens/phone-auth-screen/request-phone-code-registration.ts
#	app/screens/price/price-history-screen.tsx
#	app/screens/receive-bitcoin-screen/payment/helpers.ts
#	app/screens/receive-bitcoin-screen/payment/index.types.ts
#	app/screens/receive-bitcoin-screen/payment/payment-request-creation-data.ts
#	app/screens/receive-bitcoin-screen/payment/payment-request.ts
#	app/screens/receive-bitcoin-screen/qr-view.stories.tsx
#	app/screens/receive-bitcoin-screen/qr-view.tsx
#	app/screens/receive-bitcoin-screen/receive-btc.tsx
#	app/screens/receive-bitcoin-screen/receive-screen.stories.tsx
#	app/screens/receive-bitcoin-screen/receive-screen.tsx
#	app/screens/receive-bitcoin-screen/receive-usd.tsx
#	app/screens/receive-bitcoin-screen/receive-wrapper.stories.tsx
#	app/screens/receive-bitcoin-screen/receive-wrapper.tsx
#	app/screens/receive-bitcoin-screen/use-payment-request.ts
#	app/screens/receive-bitcoin-screen/use-payment-request.types.ts
#	app/screens/receive-bitcoin-screen/use-receive-bitcoin.ts
#	app/screens/redeem-lnurl-withdrawal-screen/redeem-bitcoin-detail-screen.stories.tsx
#	app/screens/redeem-lnurl-withdrawal-screen/redeem-bitcoin-detail-screen.tsx
#	app/screens/redeem-lnurl-withdrawal-screen/redeem-bitcoin-result-screen.stories.tsx
#	app/screens/redeem-lnurl-withdrawal-screen/redeem-bitcoin-result-screen.tsx
#	app/screens/send-bitcoin-screen/confirm-destination-modal.stories.tsx
#	app/screens/send-bitcoin-screen/confirm-destination-modal.tsx
#	app/screens/send-bitcoin-screen/destination-information.tsx
#	app/screens/send-bitcoin-screen/payment-destination/index.ts
#	app/screens/send-bitcoin-screen/payment-destination/index.types.ts
#	app/screens/send-bitcoin-screen/payment-destination/intraledger.ts
#	app/screens/send-bitcoin-screen/payment-destination/lightning.ts
#	app/screens/send-bitcoin-screen/payment-destination/lnurl.ts
#	app/screens/send-bitcoin-screen/payment-destination/onchain.ts
#	app/screens/send-bitcoin-screen/payment-details/index.types.ts
#	app/screens/send-bitcoin-screen/payment-details/intraledger.ts
#	app/screens/send-bitcoin-screen/payment-details/lightning.ts
#	app/screens/send-bitcoin-screen/payment-details/onchain.ts
#	app/screens/send-bitcoin-screen/payment-details/utils.ts
#	app/screens/send-bitcoin-screen/payment-status-indicator.tsx
#	app/screens/send-bitcoin-screen/scanning-qrcode-screen.tsx
#	app/screens/send-bitcoin-screen/send-bitcoin-confirmation-screen.stories.tsx
#	app/screens/send-bitcoin-screen/send-bitcoin-confirmation-screen.tsx
#	app/screens/send-bitcoin-screen/send-bitcoin-destination-screen.tsx
#	app/screens/send-bitcoin-screen/send-bitcoin-details-extra-info.stories.tsx
#	app/screens/send-bitcoin-screen/send-bitcoin-details-extra-info.tsx
#	app/screens/send-bitcoin-screen/send-bitcoin-details-screen.stories.tsx
#	app/screens/send-bitcoin-screen/send-bitcoin-details-screen.tsx
#	app/screens/send-bitcoin-screen/send-bitcoin-success-screen.tsx
#	app/screens/send-bitcoin-screen/suggestion-modal.stories.tsx
#	app/screens/send-bitcoin-screen/suggestion-modal.tsx
#	app/screens/send-bitcoin-screen/use-fee.ts
#	app/screens/send-bitcoin-screen/use-send-payment.ts
#	app/screens/settings-screen/account-screen.stories.tsx
#	app/screens/settings-screen/account-screen.tsx
#	app/screens/settings-screen/default-wallet.stories.tsx
#	app/screens/settings-screen/default-wallet.tsx
#	app/screens/settings-screen/display-currency-screen.stories.tsx
#	app/screens/settings-screen/display-currency-screen.tsx
#	app/screens/settings-screen/language-screen.stories.tsx
#	app/screens/settings-screen/language-screen.tsx
#	app/screens/settings-screen/lnurl-screen.tsx
#	app/screens/settings-screen/security-screen.tsx
#	app/screens/settings-screen/settings-row.tsx
#	app/screens/settings-screen/settings-screen.stories.tsx
#	app/screens/settings-screen/settings-screen.tsx
#	app/screens/settings-screen/theme-screen.stories.tsx
#	app/screens/settings-screen/theme-screen.tsx
#	app/screens/settings-screen/transaction-limits-screen.tsx
#	app/screens/settings-screen/types.d.ts
#	app/screens/totp-screen/totp-login-validate.tsx
#	app/screens/totp-screen/totp-registration-initiate.tsx
#	app/screens/totp-screen/totp-registration-validate.tsx
#	app/screens/transaction-detail-screen/transaction-detail-screen.stories.tsx
#	app/screens/transaction-detail-screen/transaction-detail-screen.tsx
#	app/screens/transaction-history/transaction-history-screen.tsx
#	app/store/persistent-state/state-migrations.ts
#	app/theme/palette.ts
#	app/types/amounts.ts
#	app/utils/analytics.ts
#	app/utils/date.ts
#	app/utils/notifications.ts
#	ci/image/Dockerfile
#	ci/pipeline.yml
#	ci/tasks/build-on-circleci.sh
#	ci/values.yml
#	codegen.yml
#	e2e/01-welcome-screen-flow.e2e.spec.ts
#	e2e/02-login-flow.e2e.spec.ts
#	e2e/03-intraledger-flow.e2e.spec.ts
#	e2e/04-payment-send-flow.e2e.spec.ts
#	e2e/05-payments-receive-flow.e2e.spec.ts
#	e2e/06-other-tests.e2e.spec.ts
#	e2e/config/wdio.conf.js
#	e2e/story-book/open-all-screens.e2e.spec.ts
#	e2e/utils/controls.ts
#	e2e/utils/graphql.ts
#	e2e/utils/use-cases.ts
#	index.js
#	ios/GaloyApp.xcodeproj/project.pbxproj
#	ios/GaloyApp.xcodeproj/xcshareddata/xcschemes/GaloyApp.xcscheme
#	ios/GaloyApp/BootSplash.storyboard
#	ios/GaloyApp/GaloyApp.entitlements
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/100.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/1024.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/114.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/120.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/144.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/152.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/167.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/180.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/20.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/29.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/40.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/50.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/57.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/58.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/60.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/72.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/76.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/80.png
#	ios/GaloyApp/Images.xcassets/AppIcon.appiconset/87.png
#	ios/GaloyApp/Images.xcassets/BootSplashLogo.imageset/Contents.json
#	ios/GaloyApp/Info.plist
#	ios/Gemfile
#	ios/Gemfile.lock
#	ios/Podfile
#	ios/Podfile.lock
#	ios/fastlane/Fastfile
#	ios/fastlane/README.md
#	jest.config.js
#	package.json
#	supergraph.graphql
#	tsconfig.json
#	typos.toml
#	yarn.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants