Skip to content

Commit

Permalink
fix(android): add @OptIn annotation to resolve Expo build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sefa-draftbit authored Jan 7, 2025
1 parent a4c25c7 commit 2dc246d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ fun BluetoothDevice.isAlreadyConnected(): Boolean {
}
}

@OptIn(kotlin.ExperimentalStdlibApi::class)
class EspIdfProvisioningModule internal constructor(context: ReactApplicationContext?) : EspIdfProvisioningSpec(context) {
override fun getName(): String {
return NAME
Expand Down

0 comments on commit 2dc246d

Please sign in to comment.