Using the ignite cli, I've created an ignite-native-base-boilerplate project and ran it on my android device. Everything ran smoothly, except for the navigation drawer. For some reason I can't see any pages listed in the menu.
I tried debugging this.props.items in DrawerContent.js but it's always undefined. I'm thinking this might be part of the problem, but I'm not sure how to fix it.
I'm happy to provide more information that could point in the right direction.
Using the ignite cli, I've created an ignite-native-base-boilerplate project and ran it on my android device. Everything ran smoothly, except for the navigation drawer. For some reason I can't see any pages listed in the menu.
I tried debugging this.props.items in DrawerContent.js but it's always undefined. I'm thinking this might be part of the problem, but I'm not sure how to fix it.
I'm happy to provide more information that could point in the right direction.
Any ideas?