Open camilomontoyau opened 9 months ago
Same thing here! @IhorPeresunko
The mention of Expo managed workflow gave me some hope.
Same here! Did you guys find any fix?
@IhorPeresunko
Hi, I was getting the same problem. The problem was solved to me moving the expo-audio-streaming
dependency to the package.json in the repo that is handled by expo.
By default when I was adding the dependency was added to the root folder package.json.
@reinier-millo
Hi, I was getting the same problem. The problem was solved to me moving the
expo-audio-streaming
dependency to the package.json in the repo that is handled by expo. By default when I was adding the dependency was added to the root folder package.json.
Hi!
What do you mean by repo that is handled by expo.
Afaik, I have just one package.json
in my project XD I might be searching at the wrong place.
Hi! I have the following error, and I was wondering if I can have some guidance 🙏🏻
(sorry my iphone's screenshot is very large)
the following is the entire error log `Logs for your project will appear below. Press Ctrl+C to exit. iOS Bundling complete 2305ms ERROR Error: Cannot find native module 'ExpoAudioStreaming', js engine: hermes at App (http://192.168.20.20:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:129629:82) at withDevTools(App) (http://192.168.20.20:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:129258:27) at RCTView at View (http://192.168.20.20:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:59414:43) at RCTView at View (http://192.168.20.20:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:59414:43) at AppContainer (http://192.168.20.20:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:59257:36) at main(RootComponent) (http://192.168.20.20:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:109087:28) ERROR Error: Cannot find native module 'ExpoAudioStreaming', js engine: hermes at App (http://192.168.20.20:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:129629:82) at withDevTools(App) (http://192.168.20.20:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:129258:27) at RCTView at View (http://192.168.20.20:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:59414:43) at RCTView at View (http://192.168.20.20:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:59414:43) at AppContainer (http://192.168.20.20:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:59257:36) at main(RootComponent) (http://192.168.20.20:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true:109087:28) ERROR TypeError: Cannot read property 'Player' of undefined
This error is located at: in App (created by withDevTools(App)) in withDevTools(App) in RCTView (created by View) in View (created by AppContainer) in RCTView (created by View) in View (created by AppContainer) in AppContainer in main(RootComponent), js engine: hermes ERROR TypeError: Cannot read property 'Player' of undefined
This error is located at: in App (created by withDevTools(App)) in withDevTools(App) in RCTView (created by View) in View (created by AppContainer) in RCTView (created by View) in View (created by AppContainer) in AppContainer in main(RootComponent), js engine: hermes `