Zach
Zach
I can reproduce this on iOS but Android seems to apply font family correctly. My guess is because Android is a pure JS implementation, and in iOS it will only...
The strings are all URI encoded. Simply decode them like this: ``` const filePath = decodeURI(file.filePath); const fileName = decodeURI(file.fileName); ```
I've noticed this happens when the app is launched from the share (app not open in the background). Has anyone found a solution?
The lock file contains the pod version it was generated with. It doesn't really make sense to be utilizing multiple versions in the way you are describing.
It's crashing because this package reads the file to base64 in memory, then saves that base64 into new chunked files. It's extremely inefficient especially for larger files. Expect memory overflow
Additional note, I am trying to build both `react-native-purchases` AND `react-native-purchases-ui`
> Hi [@zgordon02](https://github.com/zgordon02) , thank you for reporting this! We will look into what you are seeing here. In the meantime, can you please share your paywall implementation so that...
Hi @mawr92, I'm wondering if the team has had an opportunity to look at this bug. It seems to me that this SDK will not compile at all, at least...
> > Hi [@mawr92](https://github.com/mawr92), I'm wondering if the team has had an opportunity to look at this bug. It seems to me that this SDK will not compile at all,...
@mawr92 do you have an update? I need to either patch your package or if an update is on the way I will wait for that.