react-native-wifi-reborn
react-native-wifi-reborn copied to clipboard
add location permission check for getCurrentWifiSSID and reScanAndLoa…
Fix : #257 , #265 , #258 and clarify #238
👏 Thanks for your contribution!
This patch looks good @eliaslecomte – are there any concerns about merging?
@JuanSeBestia looks good to me, can this be merged and published?
Looks like in Android 13 you can request android.permission.NEARBY_WIFI_DEVICES
instead of ACCESS_FINE_LOCATION
. Would it be possible to add a check for NEARBY_WIFI_DEVICES
or ACCESS_FINE_LOCATION
on 13? (so we could not request ACCESS_FINE_LOCATION
in 13) Thanks!
:tada: This PR is included in version 4.7.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
I squash and rename to
fix(Android): add location permission check for getCurrentWifiSSID and reScanAndLoadWifiList and change error message for clarity
because semantic commits is needed to release a new version
Thanks @JuanSeBestia for merging this & doing a release 🎉.