Update apps/wallet-mobile/src/components/BottomSheet/BottomSheet.stories.tsx
Signed-off-by: Juliano Lazzarotto <[email protected]>
Signed-off-by: Juliano Lazzarotto <[email protected]>
<BottomSheet title="Fake Title" ref={bottomSheetRef}>
<View style={{flex: 1, alignSelf: 'stretch', paddingHorizontal: 16}}>
<Text style={{flex: 1}}>FAke content</Text>
<Text style={{flex: 1}}>Content</Text>
</View>
</BottomSheet>
</View>
Introduces `IOSimThreadIdMap` data type as an optimization over the previous time and memory innefficient Map data structure.
To prevent aborting the wrong Head `headId` was added to the `OnAbortTx`. Logic layer now aborts the head that is seen as initialized.
chore: update Salvionied/apollo to v1.0.7
This removes "Requested index-state .. is newer than" warnings when building with cabal.
This reduces the number of times Babbage is mentioned in the hydra-node package and will help switching eras.
PLT-8889 - Fix ci failures
Bumps the npm_and_yarn group group in /client with 1 update: [react-native](https://github.com/facebook/react-native). - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-pre-070.md) - [Commits](https://github.com/facebook/react-native/compare/v0.67.5...v0.72.7) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
This reduces the number of times Babbage is mentioned in the hydra-node package and will help switching eras.