Max
Max
Good design make no sense with no real content. All good designers will tell you that. I think it's really important to design the website by thinking to this things...
This would be nice to have this in core. No need to stringify something that loader developer will consume as an object. Are you open for a PR to allow...
https://github.com/500px/500px-js-sdk
I have investigated on this a little bit and found a nice way to handle that (tell me if this works for you): - convert all icons as SVG files...
According to the license, we cannot store them in the repo, I guess in any form, if I interpreted the license correctly. So we would need a post install script...
Could you try removing processColor call in the JS and see if that’s better?
You can try to edit directly the file from node_modules (and if that works, use patch-package until a fix comes out)
It’s normal because compiled tsx omit the React import… I warned about this, my PR fixed this…
It's not planned as explained here... https://github.com/birkir/react-native-sfsymbols/issues/2#issuecomment-797384119 Sorry but I am too lazy and for now I am using the branch of my fork until this is solved. I already...
It *should not* be compiled. None of the RN modules I know are compiled before published. Metro handles compilation with Babel and can handle TypeScript for a while.