docs: add source local file name waring (#3359)
This commit is contained in:
parent
0e23952cea
commit
9f1bf8f913
@ -594,6 +594,8 @@ The docs for this prop are incomplete and will be updated as each option is inve
|
||||
|
||||
#### Asset loaded via require
|
||||
|
||||
> ⚠️ on iOS, you file name must not contain spaces eg. `my video.mp4` will not work, use `my-video.mp4` instead
|
||||
|
||||
Example:
|
||||
```javascript
|
||||
const sintel = require('./sintel.mp4');
|
||||
|
Loading…
Reference in New Issue
Block a user