1. 16 Aug, 2018 1 commit
  2. 26 Jul, 2018 1 commit
  3. 27 Feb, 2018 1 commit
  4. 25 Feb, 2018 8 commits
  5. 16 Feb, 2018 1 commit
  6. 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
  7. 11 Jan, 2018 1 commit
  8. 16 Nov, 2017 2 commits
  9. 27 Oct, 2017 1 commit
  10. 26 Oct, 2017 6 commits
  11. 25 Oct, 2017 1 commit
  12. 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
  13. 26 Aug, 2017 2 commits
  14. 25 Aug, 2017 1 commit
  15. 22 Aug, 2017 3 commits
  16. 19 Aug, 2017 1 commit
  17. 16 Aug, 2017 3 commits
  18. 15 Aug, 2017 1 commit
  19. 07 Aug, 2017 1 commit
  20. 03 Aug, 2017 1 commit
  21. 02 Aug, 2017 2 commits
    • Ryan Eberhardt's avatar
      Fix tests · 24eee3b5
      Ryan Eberhardt authored
      24eee3b5
    • Ryan Eberhardt's avatar
      Add iOS checkPermissions · 1ece0281
      Ryan Eberhardt authored
      Add a checkPermissions function allowing the app to determine what
      notification permissions the user has granted. The function returns a
      promise resolving to an object with permission info.
      1ece0281