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
The basic OsmiCSX goal is to achieve styling in react native that is close enough to TailwindCSS Syntax. Currently, there's a feature that's not supported yet, arbitrary values. We want to achieve this in the next release.
Approach
I was thinking of using regex to approach this feature. Regex will detect [] and extract the value inside it.
The text was updated successfully, but these errors were encountered:
Background
The basic OsmiCSX goal is to achieve styling in react native that is close enough to TailwindCSS Syntax. Currently, there's a feature that's not supported yet, arbitrary values. We want to achieve this in the next release.
Approach
I was thinking of using regex to approach this feature. Regex will detect
[]
and extract the value inside it.The text was updated successfully, but these errors were encountered: