blackdeve / react-native-wifi

A react-native implementation for viewing and connecting to Wifi networks on Android and iOS devices.
76 stars 89 forks source link

Not work on IOS 13. #36

Open ashrystein opened 5 years ago

ashrystein commented 5 years ago

I can get it work perfect with ios 12.4 but not working with ios 13!!!

JuanSeBestia commented 5 years ago

I will start working on the solution to this problem in my git https://github.com/JuanSeBestia/react-native-wifi

mikeislearning commented 5 years ago

@JuanSeBestia I've tried your library, works great on iOS13!

JuanSeBestia commented 5 years ago

It still doesn't work for me :v, I think that @mikeislearning has the location permission checked.

I found the way to solve the issue, but I'm working on that

mikeislearning commented 5 years ago

@JuanSeBestia I didn't have the location permission checked, but I tested both 1.0.9 and 1.0.10 and they work great on iOS. Thanks for doing all this!

Oh, and I tried it on Android without much luck, so I use react-native-android-wifi for that

JuanSeBestia commented 5 years ago

Hahaha, well really it fails me. Soo I also implemented a solution exclusively for iOS 13 Here it is in case someone needs it (Need LocationPermission) npm i --save git+https://github.com/JuanSeBestia/react-native-wifi#v1.1.2

JuanSeBestia commented 5 years ago

@mikeislearning Why doesn't it work on android? Have you tried https://github.com/JuanSeBestia/react-native-wifi/tree/master/exapmle/AwesomeProject?