Browse Source

Document bottomTabReselected

Guy Carmeli 7 years ago
parent
commit
2f69ac7773
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      docs/screen-api.md

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

289
 	if (event.id === 'bottomTabSelected') {
289
 	if (event.id === 'bottomTabSelected') {
290
 	  console.log('Tab selected!');
290
 	  console.log('Tab selected!');
291
 	}
291
 	}
292
+	if (event.id === 'bottomTabReselected') {
293
+	  console.log('Tab reselected!');
294
+	}
292
   }
295
   }
293
 }
296
 }
294
-```
297
+```