expo@45 expo-av@11.2.3 and expo-camera@12.1.2 not work on iOS
See original GitHub issueSummary
just use Video sample code, but initWithEXAV didn’t called.
downgrade to 44 or use Android, it works fine.
Managed or bare workflow? If you have ios/
or android/
directories in your project, the answer is bare!
bare
What platform(s) does this occur on?
iOS
SDK Version (managed workflow only)
No response
Environment
expo-env-info 1.0.3 environment info:
System:
OS: macOS 12.0.1
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.10.0 - /usr/local/bin/node
Yarn: 1.22.11 - ~/.nvm/versions/node/v16.10.0/bin/yarn
npm: 7.24.0 - ~/.nvm/versions/node/v16.10.0/bin/npm
Watchman: 4.9.0 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.2 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.4, iOS 15.4, macOS 12.3, tvOS 15.4, watchOS 8.5
IDEs:
Android Studio: 2020.3 AI-203.7717.56.2031.7678000
Xcode: 13.3.1/13E500a - /usr/bin/xcodebuild
npmPackages:
expo: ^45.0.0 => 45.0.1
react: 17.0.2 => 17.0.2
react-native: 0.68.1 => 0.68.1
npmGlobalPackages:
expo-cli: 5.4.3
Expo Workflow: bare
Reproducible demo
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:29 (18 by maintainers)
Top Results From Across the Web
Limitations - Expo Documentation
Read on for some reasons why you may not want to use certain Expo tools with your project. EAS. For more information on...
Read more >Expo app - can't load project with message : This is taking ...
install expo on my ios device . 5. open Expo then click the “Scan QR Code” and Scan the QR code in our...
Read more >How Run and Test React Native / Expo On Your Apple iOS ...
Once you have your Expo project up and running, start the local dev server in command line running npm run start in root...
Read more >Getting Expo to work on older iPhones with no QR support
Today I received two old iPhones from my dad, an iPhone 5c and 4s. I had mentioned to my parents I was testing...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
this is resolved with
expo@45.0.2
- thank you for the report!I’m experiencing the exact same issue. It’s like the component don’t get mounted at all, since the the video doesn’t even start loading. It’s even more confusing as I know that @hirbod makes really extensive use of expo-av and it seems to work perfectly for him.
Android works perfectly.