react-native-pattern-lock icon indicating copy to clipboard operation
react-native-pattern-lock copied to clipboard

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

Open jakob-p opened this issue 3 years ago • 0 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?

jakob-p avatar Jan 17 '23 11:01 jakob-p