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

Update podspec to fix pod install errors #34

Open derekbedwards opened 5 years ago

tomskopek commented 5 years ago

👍for this

tomskopek commented 5 years ago

@derekbedwards, I'm curious if you came up with a nice interim solution for this? I forked it and pointing to that, but I'm wondering if you have a nicer solution?

derekbedwards commented 5 years ago

@tomskopek Unfortunately without the original author's help I believe the options are to 1) fork and point to Github directly (as you've done), 2) republish the module under a new npm namespace or 3) rename the module and publish as a new npm package. I'll likely end up taking approach 2 at some point under the BehaviorCloud namespace after I get caught up on other work if someone else doesn't beat me to it :wink:

tomskopek commented 5 years ago

Thanks for the reply!