prokuranepal / inventory_app

https://prokuranepal.github.io/inventory_app/
GNU Affero General Public License v3.0
8 stars 14 forks source link

Navigation glitches #44

Open sazan10 opened 4 years ago

sazan10 commented 4 years ago

The app is facing some glitch problems on navigating back to the previous screen

home       back       glitch

The left most figure above shows the home screen of the app. To add new items to inventory user has to click on "Add Item" and fill in the form as shown in the middle figure above. After filling up the form the idea is to click on the check mark at the top right hand corner for entry of data and navigate back to the home screen(previous screen). But during the screen transition a glitch appears as on the right most figure. The project uses react-navigation-4 and the 'goBack()' function from navigation is used. I haven't been quite able to figure out what is causing the problem. The code can be found at link.

logicalahara commented 4 years ago

Namaskar @sazan10, I've a pretty good grip on react-native and implemented react-navigation v4 and its new API's in multiple projects lately and so would be more than happy to contribute to this issue and figure out a way to resolve that glitch.

I'm working on this issue

sazan10 commented 4 years ago

Namaskar b>@deshlahara</b, I'm glad to have you working on it. I have assigned this issue to you. Do reach out if you need any further information. Cheers!

logicalahara commented 4 years ago
  1. Do I also need to clone the backend repo ?
  2. If so, how do I integrate with client side
logicalahara commented 4 years ago

I've shared the screen record for adding an item in the inventory. My device is running Android 10 with API level 29, but while adding an item I'm not experiencing any glitch like so.

Will you please share some additional info on how the app is working on your side so that I can try on mine.

ScreenRecord_Cut_20201005_010146.zip

sazan10 commented 4 years ago

Hello deshlahara, It's nice to see that you have already started on the issue. After viewing your screen record I believe that you have already figured out that it is currently independent of backend. Actually, the glitch appears for a very short time and sometimes may even be unnoticeable. In your screen record it appears at the 20th second with the empty Add Product Screen displayed before the Inventory Screen. I have attached your screen record played in slow motion so that the glitch can be noticed clearly. screenrecord.zip

sazan10 commented 4 years ago

Hey @deshlahara, are you still working on it?