Skip to content

Commit 1fa1a7a

Browse files
committed
chore: remove ugly separators
1 parent e531b95 commit 1fa1a7a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313

1414
## Installation
15-
---
1615
```sh
1716
yarn add react-native-notifications-utils
1817
```
@@ -25,7 +24,6 @@ cd ios && pod install
2524

2625

2726
## Usage
28-
---
2927

3028
```typescript
3129
import NotificationsUtils from "react-native-notifications-utils";
@@ -36,7 +34,6 @@ NotificationsUtils.openSettings();
3634
```
3735

3836
## API
39-
---
4037

4138
### `openSettings(channelId?: string)`
4239
API used to open the Platform specific System settings for the application.
@@ -66,14 +63,12 @@ ___
6663

6764

6865
## License
69-
---
7066

7167
MIT
7268

7369

7470

7571
### TODO:
76-
---
7772
- [ ] Add tests
7873
- [ ] Add support for request permissions
7974
- [ ] Keeps updated with new native features

0 commit comments

Comments
 (0)