Vaibhav Andhare

Results 4 comments of Vaibhav Andhare

Addtional: For version 0.68.0 "dependencies": { "@react-native-async-storage/async-storage": "^1.17.3", "@react-navigation/drawer": "^6.4.1", "@react-navigation/native": "^6.0.10", "@react-navigation/native-stack": "^6.6.1", "react": "18.2.0", "react-native": "0.68.0", "react-native-job-queue": "^0.5.0", "react-native-reanimated": "^2.6.0", "react-native-safe-area-context": "^4.2.4", "react-native-screens": "^3.13.1", "react-native-vision-camera": "^2.15.2", "react-native-webview": "^11.18.1",...

@cortinico Application works smoother in v0.68.0 than in v0.70.6 & 0.71.2 in terms of navigation, button clicks, etc. We keep the same versions of other dependencies.

Hi @kelset, We can see the performance improvement related to JS thread processes. But there is still issue with react-native/navigation, we can see lag/delay while navigating in android (while comparing...

![image](https://user-images.githubusercontent.com/26926669/231059955-893f6c3b-8d63-4d49-bfc8-734f03ecbf13.png) ``` const dummyData = [ [ // Section 0 {label: '1', value: 1 /* ... */}, {label: '2', value: 2 /* ... */}, ], [ // Section 1 {label:...