We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ui issue
No response
"@gluestack-style/react": "^1.0.17", "@gluestack-ui/config": "^1.0.4", "@gluestack-ui/themed": "^1.0.18", "react": "18.2.0", "react-native": "0.72.5",
import React, { useEffect } from 'react' import { GluestackUIProvider, Toast, ToastTitle, useToast } from "@gluestack-ui/themed" import { config as GluestackConfig } from '@gluestack-ui/config' const App = () => { const toast = useToast() useEffect(() => { toast.show({ placement: 'top', duration: 4000, avoidKeyboard: true, render: ({ id }) => { return ( <Toast nativeId={id} action='info' variant='accent'> <ToastTitle>Testing</ToastTitle> </Toast> ) }, }) }, []) return ( <> </> ) } export default () => { return ( <GluestackUIProvider config={GluestackConfig}> <App/> </GluestackUIProvider> ) }
1.0.18
The text was updated successfully, but these errors were encountered:
Hey @vilenleung, Thanks for reporting. We will work on this.
Sorry, something went wrong.
Hey @vilenleung, We have fixed this issue in v1.0.19 version of @gluestack-ui/themed.
v1.0.19
@gluestack-ui/themed
akash3gtm
No branches or pull requests
Description
ui issue
CodeSandbox/Snack link
No response
Steps to reproduce
"@gluestack-style/react": "^1.0.17",
"@gluestack-ui/config": "^1.0.4",
"@gluestack-ui/themed": "^1.0.18",
"react": "18.2.0",
"react-native": "0.72.5",
gluestack-ui Version
1.0.18
Platform
Other Platform
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: