Skip to content

Instantly share code, notes, and snippets.

View jai-adapptor's full-sized avatar

Jai Keery jai-adapptor

  • Adapptor
View GitHub Profile
@jai-adapptor
jai-adapptor / Sheet.tsx
Last active July 25, 2022 13:52
7: Styles
const styles = StyleSheet.create({
// The sheet is positioned absolutely to sit at the bottom of the screen
container: {
position: 'absolute',
bottom: 0,
left: 0,
right: 0,
},
sheet: {
justifyContent: 'flex-start',