Xavier Le Cunff
Xavier Le Cunff
closes #293
Thanks for your amazing job! I would need to use the OTP inputs props in my React Native Project with Typescript
Hello and thank you for this great package. I would like to use the source code directly in my code. Is it possible to switch the code from class to...
## steps to reproduce ```js // item is a GIF image picked from IOS camera roll const destination = `${RNFS.TemporaryDirectoryPath}${item.filename}` let absolutePath = await RNFS.copyAssetsFileIOS(item.uri, destination, 0, 0) // by...
Hello, I am using redux-persist in a React Native project. Everything is working fine but impossible to create a migration. The debugMode is at true but nothing is logged in...
I am loading a gif image in Android and it is looping even if the loop count was set to 1 in the gif. How can I do to prevent...
Hello, I am trying to give a try to this great tool but I still face some issues installing it, your last commit made me go further to the installation,...
I tried the example in the doc and it doesn't seem to work. Did you create a codePen, what's going wrong?