Ngoc Le
Ngoc Le
I patch-package with RNBlurhash_kotlinVersion=1.6.10 then it working
I tested on android device, and it works with 60fps https://user-images.githubusercontent.com/43195241/157888496-336df1f1-d2c0-4dad-aeb4-2abeb29b9c4d.mov
But with this PR, transitionOptions must be a 'worklet' function return ViewStyle
> @MasonLe2497 Thanks for submitting the PR! I agree we should do something about this error. Instead of checking if the view exists before updating props, maybe we could wrap...
@tomekzaw i tried to wrap try/catch to mUIImplementation.synchronouslyUpdateViewOnUIThread, but i still catch the issue. I think synchronouslyUpdateViewOnUIThread run on different thread, so we cant catch nothing here https://github.com/software-mansion/react-native-reanimated/assets/43195241/6bf0b55a-73c3-4ba5-9156-1d2ee667342a
> Hi @MasonLe2497, `Log` needs to be imported: > > `NodesManager.java:356: error: cannot find symbol Log.d("Reanimated-updateProps", "Skip update props cause viewTag not exist or have been removed!");` Thanks, I just...
i get this issue when render list item with animated each item(FlashList). Both Debug and Release build. rn: 0.72.4 reanimated: 3.5.4
> I think we can do it in NetworkingModule.java via BuidConfig.SHOULD_CACHE_REQUEST ```groovy resValue "boolean", "SHOULD_CACHE_REQUEST", true ``` ```java // NetworkingModule.java // line 305 OkHttpClient.Builder clientBuilder = mClient.newBuilder(); applyCustomBuilder(clientBuilder); if (BuidConfig.SHOULD_CACHE_REQUEST)...
@mrousavy , actually when use this library, I alway create a common function to save/get object each project. i think it will help someone like me
I got same issue, any solution for it?