File tree 11 files changed +11
-11
lines changed
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ A static convenience method to construct and load a sound is also provided:
117
117
118
118
```javascript
119
119
try {
120
- const { soundObject , status } = await Expo .Audio .Sound .create (
120
+ const { sound : soundObject , status } = await Expo .Audio .Sound .create (
121
121
require (' ./assets/sounds/hello.mp3' ),
122
122
{ shouldPlay: true }
123
123
);
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ A static convenience method to construct and load a sound is also provided:
117
117
118
118
```javascript
119
119
try {
120
- const { soundObject , status } = await Expo .Audio .Sound .create (
120
+ const { sound : soundObject , status } = await Expo .Audio .Sound .create (
121
121
require (' ./assets/sounds/hello.mp3' ),
122
122
{ shouldPlay: true }
123
123
);
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ A static convenience method to construct and load a sound is also provided:
117
117
118
118
```javascript
119
119
try {
120
- const { soundObject , status } = await Expo .Audio .Sound .create (
120
+ const { sound : soundObject , status } = await Expo .Audio .Sound .create (
121
121
require (' ./assets/sounds/hello.mp3' ),
122
122
{ shouldPlay: true }
123
123
);
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ A static convenience method to construct and load a sound is also provided:
117
117
118
118
```javascript
119
119
try {
120
- const { soundObject , status } = await Expo .Audio .Sound .create (
120
+ const { sound : soundObject , status } = await Expo .Audio .Sound .create (
121
121
require (' ./assets/sounds/hello.mp3' ),
122
122
{ shouldPlay: true }
123
123
);
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ A static convenience method to construct and load a sound is also provided:
117
117
118
118
```javascript
119
119
try {
120
- const { soundObject , status } = await Expo .Audio .Sound .create (
120
+ const { sound : soundObject , status } = await Expo .Audio .Sound .create (
121
121
require (' ./assets/sounds/hello.mp3' ),
122
122
{ shouldPlay: true }
123
123
);
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ A static convenience method to construct and load a sound is also provided:
117
117
118
118
```javascript
119
119
try {
120
- const { soundObject , status } = await Expo .Audio .Sound .create (
120
+ const { sound : soundObject , status } = await Expo .Audio .Sound .create (
121
121
require (' ./assets/sounds/hello.mp3' ),
122
122
{ shouldPlay: true }
123
123
);
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ A static convenience method to construct and load a sound is also provided:
117
117
118
118
```javascript
119
119
try {
120
- const { soundObject , status } = await Expo .Audio .Sound .create (
120
+ const { sound : soundObject , status } = await Expo .Audio .Sound .create (
121
121
require (' ./assets/sounds/hello.mp3' ),
122
122
{ shouldPlay: true }
123
123
);
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ A static convenience method to construct and load a sound is also provided:
117
117
118
118
```javascript
119
119
try {
120
- const { soundObject , status } = await Expo .Audio .Sound .create (
120
+ const { sound : soundObject , status } = await Expo .Audio .Sound .create (
121
121
require (' ./assets/sounds/hello.mp3' ),
122
122
{ shouldPlay: true }
123
123
);
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ A static convenience method to construct and load a sound is also provided:
117
117
118
118
```javascript
119
119
try {
120
- const { soundObject , status } = await Expo .Audio .Sound .create (
120
+ const { sound : soundObject , status } = await Expo .Audio .Sound .create (
121
121
require (' ./assets/sounds/hello.mp3' ),
122
122
{ shouldPlay: true }
123
123
);
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ A static convenience method to construct and load a sound is also provided:
117
117
118
118
```javascript
119
119
try {
120
- const { soundObject , status } = await Expo .Audio .Sound .create (
120
+ const { sound : soundObject , status } = await Expo .Audio .Sound .create (
121
121
require (' ./assets/sounds/hello.mp3' ),
122
122
{ shouldPlay: true }
123
123
);
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ A static convenience method to construct and load a sound is also provided:
117
117
118
118
```javascript
119
119
try {
120
- const { soundObject , status } = await Expo .Audio .Sound .create (
120
+ const { sound : soundObject , status } = await Expo .Audio .Sound .create (
121
121
require (' ./assets/sounds/hello.mp3' ),
122
122
{ shouldPlay: true }
123
123
);
You can’t perform that action at this time.
0 commit comments