Serialize and de-serialize text attachments for Android

Summary:
This diff implements serialization and deserialization of text attachments as part of the calculation of layout of text components
changelog: [internal]

Reviewed By: JoshuaGross

Differential Revision: D20087251

fbshipit-source-id: dbcbd22f856aadace14343205548154ea80c8464
This commit is contained in:
David Vacca
2020-02-28 22:43:14 -08:00
committed by Facebook Github Bot
parent 58d683a688
commit 17a62b72b7
3 changed files with 25 additions and 0 deletions
@@ -62,6 +62,8 @@ public class ViewProps {
public static final String START = "start";
public static final String END = "end";
public static final String IS_ATTACHMENT = "isAttachment";
public static final String AUTO = "auto";
public static final String NONE = "none";
public static final String BOX_NONE = "box-none";