Brady Moe
Brady Moe
I'm running into a similar requirement, but I am also curious if using that `exlcude_variant_pages` is the best approach.
@tm-kn yeah I figured that out pretty quickly after I sent the first post. Sorry about that. I edited my original, because I am also curious if that is best...
Have you ran 'react-native link' after installing the library?
Hello, I ran into the same issue you are experiencing. So I will tell you what I was told. This library does not currently support BlueTooth Low Energy on Android....
I don't think BLE is supported on Android with this Lib. https://github.com/rusel1989/react-native-bluetooth-serial/issues/32
When I ran into this, that was my gut feeling too, but I didn't have anything to prove it specifically.
> I added this snipped to my data migration and it seemed to work well. Might be nice to generalize it and add a helper utility somewhere. > > ```...
This might also be a repeat of #2
That's an excellent use-case for it, but I was thinking more-so the ability to set it to `/static/` or something along those lines as well. I'm looking at using this...
I was able to get my use-case sorted out with some beautiful soup. Essentially iterating through each of the urls and modifying them with it, just in case anyone else...