CrackMe.apk

Download file
    package com.facebook.react.uimanager;

public interface ReactCompoundView {
    int reactTagForTouch(float f, float f2);
}
    
Download file