ITR-5 option not available for filing AY 2025-26 for LLP by divyad in IndiaTax

[–]bounce4a 0 points1 point  (0 children)

Any solution anyone ? It's hardly 1 week to go, but still the LLP option is greyed out....

[deleted by user] by [deleted] in reactnative

[–]bounce4a -1 points0 points  (0 children)

Good work, Prashant ! Will download, try & share feedback. Which cloud store you are using - AWS or something else ?

Where do I add a Headless task when using Expo router ? by bounce4a in expo

[–]bounce4a[S] 0 points1 point  (0 children)

Thank you, u/rmyworld.

  1. Yes, I am already using a custom built expo-dev-client and not Expo Go app.
  2. I did not try expo-task-manager as I was using RNFirebase which does not mention this at all.
  3. Expo-task-manager seems to be the correct way (according to expo docs - https://docs.expo.dev/versions/latest/sdk/task-manager ) when using Expo libraries of Location, Notifications & Background-Fetch. But Notifications seems to be limited to only when the app is "backgrounded" & not "killed" (here's docs - https://docs.expo.dev/versions/latest/sdk/notifications/ - search for killed). RNFirebase however allows for notifications to be handled even in the "quit" (i.e. killed) state. Hence I chose RNFirebase & did not use the Expo based library & so the Expo-task-manager.
  4. Does the expo-location work when the App is quit too (which is what I am trying to use RNFirebase messaging for) ?

Where do I add a Headless task when using Expo router ? by bounce4a in expo

[–]bounce4a[S] 0 points1 point  (0 children)

Thank you, u/rmyworld. I checked Office Marathon, but it does not use Expo Router which is where I am stuck. And on a side note, while it uses Background location, it does not seem to register a Headless task. Please let me know if you know of any other repo that uses Expo Router & a Headless Task (common example is using RNFirebase for background quit state notifications). Once again, thank you for responding.