CrackMe.apk

Download file
    package com.facebook.react.uimanager;

public class NoSuchNativeViewException extends IllegalViewOperationException {
    public NoSuchNativeViewException(String str) {
        super(str);
    }
}
    
Download file