CrackMe.apk

Download file
    package com.facebook.react.uimanager;

public interface IViewManagerWithChildren {
    boolean needsCustomLayoutForChildren();
}
    
Download file