Skip to content

Conversation

dannyhw
Copy link
Collaborator

@dannyhw dannyhw commented Sep 19, 2025

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

screenOptions={{
tabBarActiveTintColor: 'black',
}}>
<Tabs>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was causing the icon to be barely visible in dark mode

@@ -507,7 +507,7 @@ const COMPONENTS: ComponentItem[] = [
title='Open Bottom Sheet'
onPress={() => bottomSheetModalRef.current?.present()}
/>
<Sheet ref={bottomSheetModalRef} snapPoints={[200]}>
<Sheet ref={bottomSheetModalRef} snapPoints={[200]} enableDynamicSizing={false}>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes bottom sheet not opening

@dannyhw dannyhw force-pushed the dannyhw/fix/nwui-template-issues branch from 01bc0c1 to ede6be8 Compare September 19, 2025 18:51
fix: tsc error

fix: changeset
@dannyhw dannyhw force-pushed the dannyhw/fix/nwui-template-issues branch from ede6be8 to 11b6e68 Compare September 19, 2025 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant