Patrick

Results 5 comments of Patrick

I've encountered a similar issue with Nativewind. Fails with the error Cannot read properties of undefined (reading '0') whenever I use the “shadow” class name in my styles. I've confirmed...

diff --git a/node_modules/react-native-gifted-chat/lib/MessageContainer/index.js b/node_modules/react-native-gifted-chat/lib/MessageContainer/index.js

Hi all, I've implemented a patch that seems to fix the issue described. This solution replaces the use of measureLayout with a more reliable method that uses two separate measure...