📝 Added the type of the position attribute

This commit is contained in:
Salma ElTarzi 2017-12-19 15:51:59 +02:00
parent eee0b8323a
commit 2242b69dd3

View File

@ -806,7 +806,7 @@ module.exports = {
*
* (Default for `position` is `bottomRight`)
*
* @param position `topLeft` to show on the top left of screen , or `bottomRight` to show on the bottom right of scrren.
* @param position is of type IBGPosition `topLeft` to show on the top left of screen , or `bottomRight` to show on the bottom right of scrren.
*/
setVideoRecordingFloatingButtonPosition: function(position) {
if(Platform.OS === 'ios') {