Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Improves React VR Components Sound doc
Browse files Browse the repository at this point in the history
Summary:
## Motivation (required)

There was an incorrect use case.
I understand it can be use but it can be improved.
[issues-188](#188)

## Test Plan (required)

No code changes.
Closes #190

Differential Revision: D5051701

fbshipit-source-id: 3fc4520
  • Loading branch information
ichengde authored and facebook-github-bot committed May 12, 2017
1 parent 502b6bb commit c6ea503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Sound/Sound.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const resolveAssetSource = require('resolveAssetSource');
* Example usage:
* ```
* <Image style={{height: 2.0, width: 2.0}} source={uri: 'images/waterfall.jpg'}>
* <Sound source={uri: 'sounds/waterfall.wav'}>
* <Sound source={uri: 'sounds/waterfall.wav'} />
* </Image>
* ```
*
Expand Down

0 comments on commit c6ea503

Please sign in to comment.