-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dependancy): updated sdk version to expo-50 (#4174)
* chore(ui-ux): updated bake logo * updated snapshot * chore(dependancy): updated sdk version to expo-50 * updated node version and jellyfish package version in docker compose * updated packages * fixed stroke width for convert icon * fixed package version * package version update and chore * downgraded cypress * updated cypress version * added testIsolation as false * fixed setting page testcases * fixed transaction testcase * fixed testcase for auction, auth and components * fixed announcement poolpair, portfolio and receive screen e2e * fixed dex e2e * test case fix * fixed e2e * fixed poolpairs spec * fixed loans e2e * fixed tokendetails * fixed failing e2e * chore * chore * commented tokenDetails screen * enabled experimentalMemoryManagement * chore * chore * chore * core * updated workflows * commented collateral specs * fixed ci * chore * added on browser launch js flags * fixed remove liquidity e2e * fixed expo dependancy * commented e2e for bottom sheet * commented e2e testcase * updated actions/checkout to v4.1.1 * updated node version * commented collateral with invalid data testcase * added CODECOV_TOKEN token in ci * increased container number * updated loans testcase * updated loan and portfolio testcase * minor fix * commented failing testcase * fixed swap instant testcase * chore * updated react navigation packages * added custom back icon for dex screen * added custom back icon * minor fix * added workaround for failing test case on expo-image
- Loading branch information
1 parent
3639dc4
commit bfe7b2d
Showing
101 changed files
with
9,696 additions
and
9,060 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.18.1 | ||
18.18.1 |
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,8 @@ | ||
import { | ||
Image as RNImage, | ||
ImageBackground as RNImageBackground, | ||
} from 'react-native'; | ||
|
||
// TODO remove when https://github.com/expo/expo/issues/26087 is resolved | ||
export const ImageBackground = RNImageBackground; | ||
export const Image = RNImage; |
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.