Fix issues with top, bottom, left, right keys in generated React Native code #841

Closed
dhruska wants to merge 2 commits from @dhruska/fix-position-properties into main
dhruska commented 2018-12-20 09:56:30 -08:00 (Migrated from github.com)

This fixes two issues in the generation of React Native code.

  • The top: 10px property is being generated as positionTop: 10px (as are bottom, left and right)
  • positionTop: 10px and positionBottom: 10px is being combined into positionVertical: 10px (as is left and right into horizontal).
This fixes two issues in the generation of React Native code. * The `top: 10px` property is being generated as `positionTop: 10px` (as are bottom, left and right) * `positionTop: 10px` and `positionBottom: 10px` is being combined into `positionVertical: 10px` (as is left and right into horizontal).
NickGerleman commented 2023-12-19 14:54:46 -08:00 (Migrated from github.com)

We are abandoning the old playground in favor of a new one, so closing this out

We are abandoning the old playground in favor of a new one, so closing this out

Pull request closed

Sign in to join this conversation.
No description provided.