- 27 Feb, 2018 1 commit
-
-
Amit Davidi authored
-
- 25 Feb, 2018 8 commits
-
-
Yedidya Kennard authored
-
Yedidya Kennard authored
-
Yedidya Kennard authored
Update notificationsEvents.md
-
Yedidya Kennard authored
Added method for getting the current iOS badge count
-
Yedidya Kennard authored
getInitialNotification implemented on iOS
-
Yedidya Kennard authored
iOS opening Local Notification crash fix
-
Yedidya Kennard authored
-
Yedidya Kennard authored
-
- 16 Feb, 2018 1 commit
-
-
Lucas Gladding authored
-
- 01 Feb, 2018 1 commit
-
-
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.
-
- 11 Jan, 2018 1 commit
-
-
Amit Davidi authored
-
- 16 Nov, 2017 2 commits
-
-
David Stoker authored
This reverts commit 9a47c853.
-
David Stoker authored
-
- 27 Oct, 2017 1 commit
-
-
David Stoker authored
Fix setting of the `openedLocalNotification` to use the `userInfo` from the `UILocalNotification` if it exists instead of the `UILocalNotification` itself
-
- 26 Oct, 2017 6 commits
-
-
d4vidi authored
-
d4vidi authored
Break README into sub-sections in separate files with a ToC
-
Amit Davidi authored
-
d4vidi authored
Remove @providesModule
-
Amit Davidi authored
-
d4vidi authored
Remove createJSModules @overide marker - RN 0.47 compatibility
-
- 25 Oct, 2017 1 commit
-
-
Ran Greenberg authored
Accept string device tokens
-
- 04 Oct, 2017 1 commit
-
-
Eli Perkins authored
This Haste module is never used by the library, and only interferes with usage in Haste-based systems.
-
- 26 Aug, 2017 2 commits
-
-
Ran Greenberg authored
-
Ran Greenberg authored
Add silent option to iOS localNotification
-
- 25 Aug, 2017 1 commit
-
-
Ryan Eberhardt authored
Add an option to suppress notification sound. Allows for in-app notification mute
-
- 22 Aug, 2017 3 commits
-
-
Yedidya Kennard authored
-
Guy Carmeli authored
Added support for checking permissions on android
-
Yedidya Kennard authored
-
- 19 Aug, 2017 1 commit
-
-
Ran Greenberg authored
-
- 16 Aug, 2017 3 commits
-
-
Ran Greenberg authored
Use UserNotifications to create/dismiss local notifications
-
Ryan Eberhardt authored
a15e038a adds support for enumerating/dismissing delivered notifications by ID, but UserNotifications notifications and UILocalNotification notifications have a different set of IDs (a notification created using UILocalNotification will have an ID that does not match the notification's ID in the UserNotifications world and hence cannot be used to dismiss that notification). This commit creates the notifications using UserNotifications if the user is on iOS 10.
-
Ryan Eberhardt authored
-
- 15 Aug, 2017 1 commit
-
-
Ran Greenberg authored
Add iOS checkPermissions
-
- 07 Aug, 2017 1 commit
-
-
Radek Czemerys authored
-
- 03 Aug, 2017 1 commit
-
-
Radek Czemerys authored
-
- 02 Aug, 2017 2 commits
-
-
Ryan Eberhardt authored
-
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.
-
- 20 Jul, 2017 2 commits
-
-
Rotem Mizrachi-Meidan authored
Missing bracket on example
-
Rotem Mizrachi-Meidan authored
Update README.md
-