Jules Sam. Randolph
Jules Sam. Randolph
It checks first if the binary available on kernel.org is 32 or 64 bits, and then checks for host architecture. But indeed, the remote feature is not available on non-x86...
@jonassmedegaard good catch. Final releases are grouped by major directories in the URI path; perhaps it was an instance of developer laziness; can't remember! Anyway, that can certainly be enhanced.
@nycmitch25 That's a good idea. I have to study if it does not add to much complexity. I will work on the next release in May / June, and might...
@bvaughn It would be wonderful to have at least a prerelease with the `@next` tag. Many users have upgraded to npm 8.6, which breaks on the peer dependency constraint. 
@octogonz Thanks for the elaborated presentation of these issues. Not sure I have the time to tackle this, but who knows. I would add one remark: this extension would be...
## [Typescript] Some component prop types are not exported I would like to extend `TextInput`. To do so, I need the prop type, `TextInputProp`. As of today, I have to...
@ashwanihundwani1986 see https://meliorence.github.io/react-native-render-html/api/renderhtmlprops#customliststylespecs
@codal-mpawar I don't have time to explore and fix this right now but I'll review PRs.
@cristianoccazinsp There is clearly an issue here, where `width: 100%` is interpreted as "100% of the viewport". Before it gets fixed, I suggest you use this custom image renderer: ```tsx...
@swengle Thanks for your submission! Indeed there is an `"underline line-through"` value available in React Native `textDecorationLine` style property so a solution is technically possible. That will have to be...