Guy Carmeli 6 years ago
parent
commit
65f6611e4c

+ 0
- 1
AndroidE2E/app/src/androidTest/java/com/reactnativenavigation/e2e/androide2e/TopLevelApiTest.java View File

@@ -13,7 +13,6 @@ public class TopLevelApiTest extends BaseTest {
13 13
         assertExists(By.text("Hello from a function!"));
14 14
     }
15 15
 
16
-    @Ignore
17 16
     @Test
18 17
     public void switchToTabBasedApp_SwitchTab() throws Exception {
19 18
         elementByText("SWITCH TO TAB BASED APP").click();

+ 2
- 1
playground/src/screens/WelcomeScreen.js View File

@@ -67,7 +67,8 @@ class WelcomeScreen extends Component {
67 67
                     },
68 68
                     options: {
69 69
                       topBar: {
70
-                        visible: false
70
+                        visible: true,
71
+                        title: 'React Native Navigation!'
71 72
                       }
72 73
                     }
73 74
                   }