Skip to content

Commit 3cc42dc

Browse files
committed
refactor: clean up styles in styles.ts
- Removed commented-out fontFamily and marginBottom properties for clarity in the styles definition.
1 parent d865a80 commit 3cc42dc

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

example/src/screens/styles.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ export const styles = StyleSheet.create({
2929
fontWeight: 'bold',
3030
color: '#1a1a1a',
3131
textAlign: 'center',
32-
// fontFamily: 'Inter',
33-
// marginBottom: 8,
3432
backgroundColor: 'red',
3533
},
3634
subtitle: {

src/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ export function styleToFragment(
117117
STYLE_CACHE.set(style, result)
118118
}
119119

120-
console.log('result', result)
121-
122120
return result
123121
}
124122

0 commit comments

Comments
 (0)