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
Really wanting to use version 4.0.
Pre 4.0, I used the package in the following way with styled components:
File component.style.ts
component.style.ts
import styled from 'styled-components/native' import tw from 'tailwind-rn' export const styledComponent = styled.View` ${tw('bg-blue-500')} `
I would then import that styled component for use in my component file.
With the new hook based approach in 4.0 this isn't possible it seems.
Is there a non-hook based api available to still achieve this?
The text was updated successfully, but these errors were encountered:
There is no way to have this now. Will leave this issue open, I think it's a valid suggestion.
Sorry, something went wrong.
No branches or pull requests
Really wanting to use version 4.0.
Pre 4.0, I used the package in the following way with styled components:
File
component.style.ts
I would then import that styled component for use in my component file.
With the new hook based approach in 4.0 this isn't possible it seems.
Is there a non-hook based api available to still achieve this?
The text was updated successfully, but these errors were encountered: