Fix some type errors (#1952)
* Fix some low-hanging type errors * Override scrollRef types on profile
This commit is contained in:
parent
6c8f043e37
commit
9c8a1b8a31
7 changed files with 40 additions and 15 deletions
|
@ -99,7 +99,12 @@ export function Component({
|
|||
{description}
|
||||
</Text>
|
||||
<View style={s.flex1} />
|
||||
<Button type="primary" style={styles.btn} onPress={() => closeModal()}>
|
||||
<Button
|
||||
type="primary"
|
||||
style={styles.btn}
|
||||
onPress={() => {
|
||||
closeModal()
|
||||
}}>
|
||||
<Text type="button-lg" style={[pal.textLight, s.textCenter, s.white]}>
|
||||
Okay
|
||||
</Text>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue