Ryan
Ryan
Also my vote for this, just ran into same situation. => need to use both `iconv-lite` & `iconv` at the same time which I don't like! 💀
Same problem  
@crypblizz8 I tried your example. However, when I do `signer.signCommit('Hello world')`, it's calling `window.localStorage.getItem` which is not available in mobile app. I also replaced the SignClient and indicated native AsyncStorage,...
@henninghall I got the same issue as described here. Can you take a look?
@Alissonfm As a workaround, you can optionally render the component without using `open` prop. ```typescript shouldShowDatePicker && ```
A solution for this right now is to have a custom component with your default styles Recommended here: https://reactnative.dev/docs/text#limited-style-inheritance