it('shows secondary right nav', () => {
    expect.assertions(1);
    Testing.renderComponent(
      <NavBar
        onSecondRightPress={jest.fn()}