Open DarrylD opened 7 years ago
Supporting crna or expo would be very nice but would require the Java code to be added to the expo/crna codebases. I'm not sure what that procedure looks like and I honestly don't have the time to investigate it. But if someone would research it further that would be awesome. Also I suspect it you'd want to have HeadlessJS for iOS going first so that this library can work on both platforms.
Guys please help me! How to call a whole js file (backgroundcheck.js) file run background it only shows Background Job report fired!. Key = regularJobKey . but I do not get any result from backgroundcheck.js
for example i want to run some map function in (backgroundcheck.js). when app goes background i want map continously run but not run. How to implement jobs to the class file and call a funtion.
please help me how to implement it to a js file
@kameswarans How is this related to the issue above?
Is there any solution for getting this to work with create-react-native-app or expo?
getting
undefined is not an object (evaluating "jobModules.jobs"
Tried using the example code on a fresh CRNA install.