Skip to content

Commit

Permalink
Move NotificationView to footer and footer outside of ScrollView
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Jan 18, 2024
1 parent 1f2a84b commit 0fb63eb
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1813,15 +1813,42 @@ exports[`CryptoExchangeQuoteScreenComponent should render with loading props 1`]
</View>
</View>
</RCTScrollView>
</View>,
<View
footerOpenRatio={
{
"value": 1,
}
}
hasTabs={true}
insetBottom={0}
isKeyboardOpen={false}
onLayout={[Function]}
style={
[
{
"alignItems": "stretch",
"bottom": 0,
"flexDirection": "column",
"justifyContent": "flex-start",
"left": 0,
"overflow": "hidden",
"position": "absolute",
"right": 0,
},
{
"bottom": NaN,
},
]
}
>
<View
style={
{
"alignSelf": "center",
"bottom": 6,
"height": 79,
"justifyContent": "flex-end",
"marginHorizontal": 11,
"position": "absolute",
"marginVertical": 11,
}
}
/>
Expand Down
Loading

0 comments on commit 0fb63eb

Please sign in to comment.