1. 11 Dec, 2018 1 commit
  2. 10 Dec, 2018 2 commits
  3. 09 Dec, 2018 1 commit
    • Doron Pearl's avatar
      fix background PN is received as foreground · aa7625ce
      Doron Pearl authored
      for the first time. refs #268 
      The `didReceiveRemoteNotification` checks for the current app state which will be active and hence wrongly emit the notification to JS as foreground. However at the exact time when the user opened the notification, the app was at the background hence this is a background notification by definition.
      
      In other words, conceptually determining if the notification is background or foreground should NOT be based on the time it was consumed from the queue but on the time it was received. Practically, if it was queued, then the app must have been in the background ==> background notification.
      aa7625ce
  4. 04 Nov, 2018 6 commits
  5. 16 Aug, 2018 1 commit
  6. 26 Jul, 2018 1 commit
  7. 27 Feb, 2018 1 commit
  8. 25 Feb, 2018 8 commits
  9. 16 Feb, 2018 1 commit
  10. 01 Feb, 2018 1 commit
    • Tibor Kranjčec's avatar
      Update notificationsEvents.md · 80a18f9e
      Tibor Kranjčec authored
      Changes the documentation so the example is correct in the prevention of the memory leaks.
      
      `.bind` will return a new version of the function on each call which means `removeEventListener` won't be able to find the previous listener and release it.
      80a18f9e
  11. 11 Jan, 2018 1 commit
  12. 16 Nov, 2017 2 commits
  13. 27 Oct, 2017 1 commit
  14. 26 Oct, 2017 6 commits
  15. 25 Oct, 2017 1 commit
  16. 04 Oct, 2017 1 commit
    • Eli Perkins's avatar
      Remove @providesModule · 0cff6264
      Eli Perkins authored
      This Haste module is never used by the library, and only interferes with usage in Haste-based systems.
      0cff6264
  17. 26 Aug, 2017 2 commits
  18. 25 Aug, 2017 1 commit
  19. 22 Aug, 2017 2 commits