Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only working on development build on Expo #769

Open
hosukim opened this issue Nov 13, 2024 · 0 comments
Open

Only working on development build on Expo #769

hosukim opened this issue Nov 13, 2024 · 0 comments

Comments

@hosukim
Copy link

hosukim commented Nov 13, 2024

I am developing in an expo environment.
But when I develop through local build, it works normally,
If you set the eas build profile to staging or production, DropdownPicker does not open.
I can press it when I see that the opacity changes during press, but components does not open.

Has anyone experienced the same problem?
I'm frustrated because I don't know what the problem is..

const [open, setOpen] = useState(false)

<DropDownPicker
	open={open}
	value={localValue}
	items={options}
	setOpen={setOpen}
	setValue={setLocalValue}
	placeholder={placeholder}
	zIndex={zIndex ?? 100}
	containerStyle={layoutStyle}
	style={styles.container}
	disabled={disabled}
/>
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

No branches or pull requests

1 participant