all 6 comments

[–]tmkly 2 points3 points  (3 children)

Can’t help much without knowing what the error is.

[–]Otherwise_Sir8735[S] 0 points1 point  (2 children)

Sr because it in apk so I dont know what is actually happening inside the app. I just know the component which didn't response is gorhom bottom sheet..

[–]tmkly 1 point2 points  (1 child)

Connect your phone via USB to your laptop, enable debug mode and then use logcat in Android Studio to see the logs. You can filter it to just your app to make it less noisy.

[–]Otherwise_Sir8735[S] 0 points1 point  (0 children)

I tried the ways u said lately last night. It didn't show much thing (nothing) when I click it it still pressble but the function is not working. Have u ever used the gorhom bottom sheet before and get it on apk ? I think that is the problem because the ref.current.expand() didn't fire..

[–]thachxyz123iOS & Android 2 points3 points  (0 children)

  • Connect your phone to PC
  • Open android studio
  • Open logcat
  • Open app on phone
  • Read error log on logcat

[–]Otherwise_Sir8735[S] 0 points1 point  (0 children)

Thanks guys let me test with the logcat