Skip to content

Commit 2242b69

Browse files
committed
📝 Added the type of the position attribute
1 parent eee0b83 commit 2242b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ module.exports = {
806806
*
807807
* (Default for `position` is `bottomRight`)
808808
*
809-
* @param position `topLeft` to show on the top left of screen , or `bottomRight` to show on the bottom right of scrren.
809+
* @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.
810810
*/
811811
setVideoRecordingFloatingButtonPosition: function(position) {
812812
if(Platform.OS === 'ios') {

0 commit comments

Comments
 (0)