bolan9999 / react-native-pattern-lock

A smooth pattern lock component for react native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expo Web does not load: Cannot read properties of undefined (reading 'previousStyle')

jakob-p opened this issue · comments

When i try to run this repository with expo web, i get this error and the pattern lock is not displayed:

image

index.web.js:18 Uncaught TypeError: Cannot read properties of undefined (reading 'previousStyle')
    at setNativeProps (index.web.js:18:1)
    at _updatePropsJS (index.web.js:14:1)
    at _f (UpdateProps.js:42:1)
    at _f (Hooks.js:253:1)
    at Mapper._f [as mapper] (Hooks.js:370:1)
    at Mapper.execute (Mapper.js:21:1)
    at MapperRegistry.execute (MapperRegistry.js:27:1)
    at JSReanimated._onRender (JSReanimated.js:38:1)
    at JSReanimated.js:33:1

Any ideas?