James Fawks
James Fawks
I just installed the package and got the same error. This is how I fixed it; I'm not sure if it's right but it works for now. The issue for...
I found a solution for my use case, so far, at least. Thankfully, `rolify` passes the `after_add` and `after_remove` callbacks to the HABTM. See https://github.com/RolifyCommunity/rolify/blob/0c883f4173f409766338b9c6dfc64b0fc8ec8a52/lib/rolify.rb#L28-L30. Using the HABTM callbacks, which...
After upgrading XCode & RN I got the same error. I'm not sure if my project settings are different than @fiznool which is why I'm getting an error and not...
Had the same issue after upgrading and I was able to 'fix' the issue by manually copying the fonts over to the `android/app/src/main/assets/fonts` folder. I haven't dug into it, but...
@sweetyguazi I had the same issue. I ended up not using this package and used the [`SvgXml`](https://github.com/software-mansion/react-native-svg/blob/main/USAGE.md#use-with-xml-strings) component from the `react-native-svg` package directly with the output from the `qrcode` [`toString`](https://github.com/soldair/node-qrcode#tostringtext-options-cberror-string-1)...