You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a view that inside this view have router for tabs(tabs in under image in this view ),i want put this view inside other tab with other router
when run app this erorr show to me => undefined is not an object (evaluting 'state.routes[childIndex]'
my cod:
The text was updated successfully, but these errors were encountered:
Shabnam-Veranloo
changed the title
undefined is not an object (evaluating'state.routes[childIndex]'
undefined is not an object (evaluating'state.routes[childIndex]')
May 12, 2018
i have a view that inside this view have router for tabs(tabs in under image in this view ),i want put this view inside other tab with other router
when run app this erorr show to me => undefined is not an object (evaluting 'state.routes[childIndex]'
my cod:
for fist view
const MyCoupon = () => {
return(
);
};
fire tab that inside view:
const RouterTabCopon = () => {
return (
);
};
tabs that i want put view inside
const MainRouter = () => {
return (
);
};
The text was updated successfully, but these errors were encountered: