Rachman Chavik
Rachman Chavik
I don't know about expo. I simply removed `react-native-crypto-js": "^1.0.0"` from package.json and replace it with `"crypto-js": "^3.1.9-1",`. Run `npm install` to download the package. Then change all existing occurences...
yes. but i'm on 0.59. not sure about recent react-native, but should be the same.
:heart_decoration:
This seems to work on web + ios: ```diff diff --git a/src/components/SvgMask.tsx b/src/components/SvgMask.tsx index db7481c..61f353d 100644 --- a/src/components/SvgMask.tsx +++ b/src/components/SvgMask.tsx @@ -5,11 +5,11 @@ import { Easing, LayoutChangeEvent, Platform, +...