curved-bottom-navigation-bar
curved-bottom-navigation-bar copied to clipboard
Stack navigation not work after use this package
Now i set tab bar as you show but in tab screen i add button and navigate screen not working.
Here is stack navigation not work so just change flag and all are work properly
File Path : DemoTab\node_modules\curved-bottom-navigation-bar\node_modules\react-fast-compare\index.js
just set true flag in this line
if (!equal(a[keys[i]], b[keys[i]])) return true;
Here is stack navigation not work so just change flag and all are work properly
File Path : DemoTab\node_modules\curved-bottom-navigation-bar\node_modules\react-fast-compare\index.js
just set true flag in this line
if (!equal(a[keys[i]], b[keys[i]])) return true;
100% worked. thanks In my case, the file path is: "Project_Name\node_modules\react-fast-compare\index.js"