Iagor Moraes

Results 16 comments of Iagor Moraes

A workaround for now is to download the dependency as local, and import it in your package.json as: ` ... "react-native-blur": "file:./src/modules/react-native-blur.tar.gz", ... ` But before you do that, you...

Any dependency that uses androidX can be reversed to support library by using jetifier package, vice versa works too.

Any update on this, it seems the lock file is included, maybe this is causing the fail on CI?

This error still exist on RN 59, using latest version of react native modal.

+1 Same error goes here on Expo SDK 28, I read the code and saw some cycle life in components that is being deprecated(UNSAFE) on react 16.

this package is not being maintained anymore as said in this [reply](https://github.com/rt2zz/redux-persist/issues/717#issuecomment-815903373).

@benhurott, I have this code: ```JSX ``` ### Device spec Family | WAS-LX1A -- | -- Model | WAS-LX1A (HUAWEIWAS-LX1A) Architecture | arm64-v8a Battery Level | 11% Orientation | portrait...

@benhurott, sorry that was my wrapped component, follow the component itself: ```JSX { if (localInputRef && avoidDuplicated) { // Clear text input and keyboard suggestions TextInputReset.resetKeyboardInput( findNodeHandle(localInputRef) ); } inputRef(localInputRef);...

> Hi, you are using a `MaskedInputComponent` when the lib provide a `TextInputMask`. > Could you provide the code where you are using the `TextInputMask`? I just named the import...