From 38f5debf7819c0a07a3449876ac041f52bbbb2e3 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 9 Jan 2020 08:45:03 -0800 Subject: [PATCH] Add a note about flipper-android-no-op (#737) Summary: Close https://github.com/facebook/flipper/issues/736 Pull Request resolved: https://github.com/facebook/flipper/pull/737 Test Plan: eyes Reviewed By: jknoxville Differential Revision: D19328300 Pulled By: passy fbshipit-source-id: d3fb5ba4fcbbc7e00fc37aefb55179630bf36916 --- docs/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 96522a0df..73c5d45bc 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -61,6 +61,10 @@ app](https://github.com/facebook/flipper/tree/master/android/sample/src) to see how to organise your Flipper initialization into debug and release variants. +Alternatively, have a look at the third-party +[flipper-android-no-op](https://github.com/theGlenn/flipper-android-no-op) +repository, which provides empty implementations for several Flipper plugins. + Now you can initialize Flipper in your Application's `onCreate` method, which involves