Quellcode durchsuchen

Change header size

Mathieu Acthernoene vor 5 Jahren
Ursprung
Commit
a3e8672ed3
Es ist kein Benutzerkonto mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      README.md

+ 1
- 1
README.md Datei anzeigen

@@ -331,7 +331,7 @@ import { openSettings } from "react-native-permissions";
331 331
 openSettings().catch(() => console.warn("cannot open settings");
332 332
 ```
333 333
 
334
-### iOS Notes
334
+## 🍎  iOS Notes
335 335
 
336 336
 - Permission type `BLUETOOTH_PERIPHERAL` represents the status of the `CBPeripheralManager`.
337 337
 - If `notificationOptions` config array is omitted on `NOTIFICATIONS` request, it will request `alert`, `badge` and `sound`.