mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
58d683a688
commit
17a62b72b7
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user