CrackMe.apk

Download file
    package com.facebook.react.uimanager;

public enum NativeKind {
    PARENT,
    LEAF,
    NONE
}
    
Download file