react-native-custom-switch icon indicating copy to clipboard operation
react-native-custom-switch copied to clipboard

wrong import crashing the app

Open rootten opened this issue 2 years ago • 5 comments

package is crashing because of wrong import

there is:

import hexToRgb from './hexToRgb';

instead of

import hexToRgb from './utils';

rootten avatar Apr 14 '22 09:04 rootten

Can i edit the module file ? or it will make the app crash on production

The098 avatar Jun 10 '22 12:06 The098

I made a PR to fix this issue. https://github.com/arshigtx/react-native-custom-switch/pull/2

Danisco212 avatar Aug 15 '22 04:08 Danisco212

I use Yarn, have you updated it?

ghost avatar Dec 23 '22 03:12 ghost

still running through this issue, any idea how to fix it?

AhmedSarhan25 avatar Feb 21 '23 14:02 AhmedSarhan25

Guys, this lib is abandoned, someone published a fixed version of this: https://www.npmjs.com/package/react-native-custom-switch-new

is-andrade avatar May 05 '23 13:05 is-andrade