You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd be happy to contribute this one - we could create a @react-native-redash/core in this repo with all the non-svg stuff, and then import that and add the extra svg stuff to react-native-redash.
That would let people import core for stuff that doesn't need the svg utils. I've had a variety of bundler issues with @gorhom/bottom-sheet because it depends on this library (due to the svg libs). This would let us fix that up.
The text was updated successfully, but these errors were encountered:
I'd be happy to contribute this one - we could create a
@react-native-redash/core
in this repo with all the non-svg stuff, and then import that and add the extrasvg
stuff toreact-native-redash
.That would let people import
core
for stuff that doesn't need the svg utils. I've had a variety of bundler issues with@gorhom/bottom-sheet
because it depends on this library (due to the svg libs). This would let us fix that up.The text was updated successfully, but these errors were encountered: