Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork149
Closed
Description
The problem
For new comers, having to use{"title": ...} &styles##title isn't straightforward.
Considered solution
We cannot use record inStyleSheet.create so we could write a simple ppx to help
[@react.stylesheet]letstyles=StyleSheet.create({title: ...})// which will allowstyles.title;
I discussed with@bloodyowl about this & he told me a ppx solution should be easy to do.
Do you think that's a good idea to investigate?
(note: this will be optional & shouldn't be a breaking change in any sort)
Alternatives solutions
I don't see any.
Metadata
Metadata
Assignees
Labels
No labels