Преглед на файлове

Document bottomTabReselected

Guy Carmeli преди 7 години
родител
ревизия
2f69ac7773
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 4
    1
      docs/screen-api.md

+ 4
- 1
docs/screen-api.md Целия файл

@@ -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
+```