Mateus Marinho
Mateus Marinho
JSI still not working on Android with the new arch enable. The only solution that I found to use Watermelon with the new Arch is not implement the JSI config....
@ebnersilva I'm not using sync at the moment. Does it work if disable turbo? To disable fabric on android 1. Go to the file `gradle.properties`. 2. It should have a...
Same here
What worked to me to reduce the space was to reduce the `printerNbrCharactersPerLine` value.
Just update the package to the most recent version and it should work. I was at version `1.3.3` and when updated to `1.5.0` worked fine. `"react-native-worklets-core": "1.5.0"`
Add the `index` into the `keyExtractor` worked for me. ``` const keyExtractor = useCallback((item: any, index: number) => `${item.id}-${index}`, []); ```