forked from pagopa/io-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* replace NavigationInjectedProps with NavigationStackScreenProps * remove unused navigation params * update comments * camelcase * create AuthenticatioonParamsList * add OnboardingParamsList * add zendeskparamslist * fix typescript * remove feature flag from paginated messages routes * add messageRouteParams * rename * add ProfileParamsList * add ServicesParamsList * add WalletParamsList * remove console * add missing params to wallet * add placeholder for NavigatorScreenParams * remove zendesk route * bonusvacanze params * add bpdparamslist * CGN navigation params * siciliavola paramslist * eucovidcert params list * fix * mvlparamsList * onboardingBancomatParamsList * paypal params list * cobadge params list * bancomatpay params list * privative params list * satispay params list * remove InferNavigationParams * update react navigation * add navigationcontext * first update batch * fix navigator & imports * navigation porting * convert navigationparams * convert params * fix * fix * fix * porting * porting * porting * porting * remove all the old navigation import 💥 * wip restoring navigation * fix navigation actions * use CompatNavigationProps * clean * restore workunit * move navigators outside the tab navigator * update navigationactions * update navigationactions * rewire missing navigation paths * restore middleware & redux debug integration * tmp * Revert "tmp" This reverts commit afc88aa. * remove eslint * fix BaseScreenComponentFC * fix paypal * fix * fix cgn * restore email validation * remove unused code * restore navigation to CGN_LANDING_PLAYGROUND * restore tab navigator * change default background color * restore push notification navigation * restore internal link * fix uaDonations * update navigation to PayPalUpdatePspForPayment * fix test and remove code for external deep link handling * fix test * fix test * fix test * fix test * add legacynavigator compat * fix tests * add onReady navigation condition * fix test * fix test * update snapshot * fix test * fix CoBadge * fix test * fix test * fix test * fix test * delete deeplink * fix all tests! * clean testwrapper * test * Revert "test" This reverts commit cfa1e7d. * test * test * test fix timer * test e2e * disable back gesture on iOS * add a payment method in detox config * upgrade react-native-flag-secure-android * yarn.lock * remove comment * remove comment * fix missing wallet loading * Revert "test e2e" This reverts commit cd287db. * onWillFocus * fix profile * fix ContactPreferencesToggle onFocus * test e2e * test * test * test * test * test * test * test * test * test * test * test * test * test * restore * fix test * replace with const * remove stings * remove stings * remove strings * remove string * remove comments * remove comment * remove strings * make common type * remove async/await from trackScreen * fix ts * Fix merge error * fix ts * fix ts * remove unmock * fix paginated message navigation * fix merge * fix mixpanel navigation param * fix * fix navigation * deprecate workunit * yarn lock * fix merge * fix * fix gesture Co-authored-by: Cristiano Tofani <[email protected]> Co-authored-by: Emilio Pavia <[email protected]> Co-authored-by: Matteo Boschi <[email protected]>
- Loading branch information
1 parent
08cc24d
commit 83377e1
Showing
281 changed files
with
6,982 additions
and
4,327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
global.beforeEach(() => { | ||
jest.useFakeTimers(); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.