react-native-unimodules
react-native-unimodules copied to clipboard
java.lang.NullPointerException: Attempt to invoke interface method 'void org.unimodules.interfaces.taskManager.TaskServiceInterface.setTaskManager(org.unimodules.interfaces.taskManager.TaskManagerInterface, java.lang.String, java.lang.String)' on a null object reference
I did "expo eject" with bare and now I got this error and I don't know how to fix it. I delete all my use of "expo-task-manager" but it still gives me this error. help, please.
Same. Did anyone solved it?
Same here
Hey, sorry it took us so long to respond to this issue. Let me ask, how does your MainApplication.java look like? The part that I am interested about may look like this:
private final ReactModuleRegistryProvider mModuleRegistryProvider = new ReactModuleRegistryProvider(
new BasePackageList().getPackageList(),
null
);
Is the second argument null in your cases? Or is it an empty list?
Hey, I have the same problem, this is the line you are talking about :
private final ReactModuleRegistryProvider mModuleRegistryProvider = new ReactModuleRegistryProvider(new BasePackageList().getPackageList(), Arrays.<SingletonModule>asList());
I do have the same error, someone fixed it ?