Hello why in react native i can't receive content data from this and this is my code in react nativeconst retrieveLocationContent = () => {const request1 = new TargetRequestObject('mobile_app_content_mbox',null,'Default Content for Location 1',(error, content) => {if (error) {console.error(error);} ...