Nguyễn Đức Long

Results 101 comments of Nguyễn Đức Long

I don't get this error anymore after upgrading both React and React Native ``` react: 16.13.1 -> 17.0.2 react-native: 0.63.4 -> 0.64.3 ``` Probably, for Reanimated 2.5.0, React Native version...

I use React Native 0.63.4 and React Native Reanimated 2.2.4, and I got almost similar stack traces. Then I run `yarn upgrade react-native` (without bumping RN version), and the app...

> > Then I run `yarn upgrade react-native` (without bumping RN version), and the app doesn't crash anymore. > > What is your current version after the upgrade? My React...

@byroot I updated the commit. You can check it out.

I have the similar crash where moment complain that the specified locale passed to the calendar strip prop is not loaded/configured. It turns out that I have 2 different versions...

I haven't tested with Unity 2021 yet. Probably, some changes with the Jobs System or Burst break filter mipmap job. I will take a look at this later.

> @Looooong was this fixed yet, because I'm still getting the same issue Sorry, I haven't fixed this yet. PR is welcomed.

@akioCL @nickyonge @ookii-tsuki I published a fix in version 0.1.2. I tested and it works in Unity 2021.2. If you are using Unity 2020 or 2021.1, can you check and...

No, it's not. I only included the image processing library for Windows and Linux platform.

Sorry for the late reply. Looks like Unity is going into a way to make multi-threading even more restrictive. You can try to create an empty texture before hand and...