=> {
console.log(apps);
});
using this:-
const openListHandler = () =>
ReactNativeAPK.getNonSystemApps(apps =>
{console.log(apps);}
);
getting this erros :-
TypeError: null is not an object (evaluating 'RNAPK.getNonSystemApps')
what am i doing wrong here?
Seems like maybe it's not properly installed?
Обсуждают сегодня