We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e531b95 commit 1fa1a7aCopy full SHA for 1fa1a7a
README.md
@@ -12,7 +12,6 @@
12
13
14
## Installation
15
----
16
```sh
17
yarn add react-native-notifications-utils
18
```
@@ -25,7 +24,6 @@ cd ios && pod install
25
24
26
27
## Usage
28
29
30
```typescript
31
import NotificationsUtils from "react-native-notifications-utils";
@@ -36,7 +34,6 @@ NotificationsUtils.openSettings();
36
34
37
35
38
## API
39
40
41
### `openSettings(channelId?: string)`
42
API used to open the Platform specific System settings for the application.
@@ -66,14 +63,12 @@ ___
66
63
67
64
68
65
## License
69
70
71
MIT
72
73
74
75
### TODO:
76
77
- [ ] Add tests
78
- [ ] Add support for request permissions
79
- [ ] Keeps updated with new native features
0 commit comments