Code samples in docs wrong for Android #507
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The code in the docs has been moved away from gists so I can't fix this myself (I owned the gists).
The docs for android use old attributes like
yoga:align_items
. These now have the formatyoga:yg_alignItems
and need to be fixed.The code is now inlined in the docs (
docs/_docs/api/
) so this should be fixable via a PR.