a bunch of type fixes

This commit is contained in:
Hailey
2024-11-10 17:52:24 -08:00
parent a310cfd692
commit f6aa111d85
9 changed files with 752 additions and 402 deletions
@@ -229,6 +229,7 @@ const getKey = (label: string, index: number, id?: string) => {
return `${label}_${index}`
}
// @ts-expect-error - web only styles. the only style that should be broken here is `outline`
const styles = StyleSheet.create({
separator: {
height: 1,