CrackMe.apk

Download file
    package com.facebook.react;

import com.facebook.react.bridge.ReactContext;

public interface ReactInstanceEventListener {
    void onReactContextInitialized(ReactContext reactContext);
}
    
Download file