Sfoglia il codice sorgente

Document bottomTabReselected

Guy Carmeli 7 anni fa
parent
commit
2f69ac7773
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4
    1
      docs/screen-api.md

+ 4
- 1
docs/screen-api.md Vedi File

@@ -289,6 +289,9 @@ export default class ExampleScreen extends Component {
289 289
 	if (event.id === 'bottomTabSelected') {
290 290
 	  console.log('Tab selected!');
291 291
 	}
292
+	if (event.id === 'bottomTabReselected') {
293
+	  console.log('Tab reselected!');
294
+	}
292 295
   }
293 296
 }
294
-```
297
+```