marcelkalveram

Results 7 comments of marcelkalveram

Had the same issue here, and @olivernn 's script helped me debug it, cheers for that! In our case, we were using an emoji (👑) in one of our layout...

For anyone having issues with the Cocoapod install. Instead of manual linking, you can add the following dependencies to your podfile to make it work: ``` pod 'yoga', :path =>...

I had several issues: 1) it looked like the global serialization config (as described here: https://github.com/styled-components/jest-styled-components#enzyme) didn't work, so I had to use `enzyme-to-json` and call `toJson` from my file....

I had to update `react-native-typescript-transformer` from 1.2.5 to version 1.2.10. This line in particular seems to resolve the issue: https://github.com/ds300/react-native-typescript-transformer/blob/master/index.js#L20

Hi there. I've just created PR that addresses this issue. It lets you do the following to give you more control over the positioning of the title/subtitle elements on the...

Same here, the fix provided by @anunes9 worked for me. Looks like `react-native-permissions` had the same issue as was patched the same way: https://github.com/yonahforst/react-native-permissions/pull/146/files

@velykovits thanks for your interest. The library uses `AsyncStorage` exclusively for data storage. However, the data in there isn't readable by humans, and can't be encrypted without the secure key....