Set up Fresco in sample app

Summary:
This looks bad. There are two things I want to follow up on in future
diffs before landing this:

- Make loading the image conditional by adding another button.
- Add a default constructor to the plugin that avoids this crazy bit of boilerplate.

Reviewed By: oprisnik

Differential Revision: D14165569

fbshipit-source-id: 25c5fbaee32e72c6469979cda694cc9f13a92166
This commit is contained in:
Pascal Hartig
2019-02-22 02:46:51 -08:00
committed by Facebook Github Bot
parent 2067e5e1fc
commit d371a211a8
4 changed files with 39 additions and 1 deletions

View File

@@ -210,5 +210,6 @@ public abstract class FlipperObjectHelper {
return builder.build();
}
@Nullable
public abstract FlipperArray fromCallerContext(@Nullable Object callerContext);
}