-
Notifications
You must be signed in to change notification settings - Fork 33
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
Ability to opt out of styled-components dependency? #14
Comments
Hi @tranhl , sorry about the late response - been a bit slow after the holidays. At the moment it would require a fair amount of refactoring in order to opt out of the |
I actually just tried installing on my bare react native project and the But thanks for the great work! Would really be nice if the animation work and logic could be used simply without requiring additional dependencies. The styling and views could be left to the user of the library. |
Btw, I got your context file working without additional dependencies in React Native. It's pretty sick. Just have to provide my own
|
+1, just ran into this and adds a decent amount of bloat. I think not forcing a third party stying system is probably a better idea? |
It would be nice to use this component without having to introduce
styled-components
andstyled-system
(e.g. when you are using a different styling system). Is it possible to opt out of usingstyled-system
with the current implementation?The text was updated successfully, but these errors were encountered: