https://github.com/peterpme/expo-av-example
https://github.com/peterpme/expo-av-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterpme/expo-av-example
- Owner: peterpme
- Created: 2021-01-06T18:32:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T19:45:52.000Z (over 4 years ago)
- Last Synced: 2025-01-19T16:51:24.351Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 287 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expo-av-example
This is a replication of react-native-paper with AudioPlayer.
The only file that matters
- `src/components/AudioPlayer` (this is where its created)
- `example/src/App.tsx` (this is where its used)```
Failed building JavaScript bundle.
Unable to resolve "@unimodules/core" from "../node_modules/expo-av/build/ExponentAV.js"
Failed building JavaScript bundle.
Unable to resolve "@unimodules/core" from "../node_modules/expo-av/build/AV.js"
Failed building JavaScript bundle.
Unable to resolve "@unimodules/core" from "../node_modules/expo-av/build/AV.js"
Failed building JavaScript bundle.
Unable to resolve "@unimodules/core" from "../node_modules/expo-av/build/AV.js"
```