expo / expo/audio-recording-example
Asset not found on `npm start`
- Dominant language
- TypeScript
- Stars
- 134
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
**the Error**
```
Error: Asset not found: /Users/macmccarthy/Documents/learning/audio-recording-example/assets/icon.png for platform: null
at /Users/macmccarthy/Documents/learning/audio-recording-example/node_modules/metro/src/Assets.js:188:13
at Generator.next ()
at asyncGeneratorStep (/Users/macmccarthy/Documents/learning/audio-recording-example/node_modules/metro/src/Assets.js:52:24)
at _next (/Users/macmccarthy/Documents/learning/audio-recording-example/node_modules/metro/src/Assets.js:72:9)
```
**Steps I Take:**
- Download/clone
- expo install
- npm start
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the problem with the listed clone, install, and npm start steps, then inspect the missing assets/icon.png path and the Metro asset-resolution location shown in node_modules/metro/src/Assets.js. Done means npm start completes without the Asset not found error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, react-native, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100