Maxence Henneron

Results 18 comments of Maxence Henneron

Is there any progress on this? In my app, I do a CPU-intensive operation using the data stored in the database. I tried the following: ```javascript const result = useMemo(()...

Yes, both of then are implemented. I also did this: self.mapClusterController.cellSize = CGFloat(self.mapView.frame.width / 6) To conform to "The actual cell size used for clustering will be adjusted so that...

I made a new video about this issue: Please pay attention to the random grid movement, which sometimes sets different stacks: https://www.youtube.com/watch?v=_3k_LN9C65M&feature=youtu.be

So I made an example project : Please go to Ukraine and you should see two stacks of photos, zoom as much as possible on one of those stacks and...

@leopoldstrauch 's suggestion fixed the issue on my side (docker for macos high sierra), I wonder why this is happening

Then why are React Native's layout animations enabled by default when you install this library? https://github.com/software-mansion/react-native-reanimated/blob/e52d733ab9f0fc33e52c54c8d7adbfe86a2608ac/android/src/main/java/com/swmansion/reanimated/layoutReanimation/ReanimatedNativeHierarchyManager.java#L259 This line is called when initializing reanimated. If you look closely, ReanimatedNativeHierarchyManager inherits NativeViewHierarchyManager...

I know these are completely different. This is what I'm saying. react-native-reanimated is enabling react-native's layout animation which I believe should not happen, hence, I created this issue. ![Screen Shot...

It's probably because you have enableHighAccuracy set to true. When you're in a building, the phone fails to accurately locate you and times out. What I did is: - First...

If you have "@react-native-community/picker" installed in your package.json, please replace it to "@react-native-picker/picker". The dependency changed its npm repository name and it creates this issue if you have the old...