François Billioud
François Billioud
You can use this to hash words: ```js export const generateHash = (value: string) => { let h = 0 for (let i = 0; i < value.length; i++) h...
As mentionned in the bug template, please reproduce the issue on [this Snack](https://snack.expo.dev/@sharcoux/sharcoux-slider-demo). This will greatly accelerate the time to provide a solution.
@omarabualhija Without news about the problem, I'll have to close it.
Basically, go to the snack, make the changes required to reproduce the issue and provide the link to the edited snack. This way I can test directly on snack on...
Without a snack reproducing the problem, and as I couldn't reproduce with my attempts, I'll close this. Reopen or open a new subject if you get new information to provide.
Look,, I don't know how to replicate the problem and I don't understand why you can't replicate the issue on Snack. However, if the documentation I've read is accurate and...
For those still needing this, you can try our package: [@cantoo/rn-svg](https://www.npmjs.com/package/@cantoo/rn-svg)
@MattFoley I'm glad that the project revived. We can rebase our fork and make it ready for merge, that would be awesome. However, there is a concern you should know...
Ouch, I missed your comment, sorry. No, don't rebase this here. If you want to follow our approach, we need to push our current version of it. Many fixes have...