Add `PermissionsAndroid` `bluetoothAdvertise` permission · rescript-react-native/rescript-react-native@e1ca5e5

2 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -13,6 +13,9 @@ module Permission = {

1313

@module("react-native") @scope(("PermissionsAndroid", "PERMISSIONS"))

1414

external addVoicemail: t = "ADD_VOICEMAIL"

1515
16+

@module("react-native") @scope(("PermissionsAndroid", "PERMISSIONS"))

17+

external bluetoothAdvertise: t = "BLUETOOTH_ADVERTISE"

18+
1619

@module("react-native") @scope(("PermissionsAndroid", "PERMISSIONS"))

1720

external bodySensors: t = "BODY_SENSORS"

1821
Original file line numberDiff line numberDiff line change

@@ -13,6 +13,9 @@ module Permission: {

1313

@module("react-native") @scope(("PermissionsAndroid", "PERMISSIONS"))

1414

external addVoicemail: t = "ADD_VOICEMAIL"

1515
16+

@module("react-native") @scope(("PermissionsAndroid", "PERMISSIONS"))

17+

external bluetoothAdvertise: t = "BLUETOOTH_ADVERTISE"

18+
1619

@module("react-native") @scope(("PermissionsAndroid", "PERMISSIONS"))

1720

external bodySensors: t = "BODY_SENSORS"

1821