Skip to content

Instantly share code, notes, and snippets.

@kilbot
kilbot / ReactNativeFlipper.java
Last active February 27, 2024 02:18
WatermelonDB Inspector for Flipper (extensible RN debugger)
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package ***CHANGE_ME***;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;