Jesse Harlin
Jesse Harlin
this was in the debug.log: `[1122/192602.591:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)`
Windows 10 Pro 64-bit, version 1909 build 18363.1198
This persists in ``` Expo 50.0.14 React-Native 0.73.6 ```
I was able to get this working with pnpm, but I did need to use `node-linker=hoisted` in the .npmrc and pin the `nativewind` version at 4.0.13.
This is still breaking in 4.0.23 I've tested this on web, ios and android hardware and also on OSX and WSL. The behavior is similar to what @trevorpfiz is describing....
```ts import type { IMessage } from 'react-native-gifted-chat'; import { GiftedChat } from 'react-native-gifted-chat'; const EXISTING_CHATS:IMessage[] = [{ _id: 'some-id', text: 'I load and you can read me', createdAt: new...
I am defining them in a method I have called `modules`, and I call modules from the render method, like this: This is in render, ``` ``` This is a...
thank you for the tip, I did not understand that would affect the component further into its lifecycle, I'll happily try :)
Sorry to reply late, I haven't had a chance to try this yet, because I've had to work on other things. I will know very soon and follow up. Very...
Hello, unfortunately this results in errors on every keystroke when I use defaultValue, so unfortunately this does not result in a fix for me. I will close this, I suppose...