xiqi / react-native-live-audio-stream

Get live audio stream data for React Native (works for iOS and Android)
MIT License
71 stars 29 forks source link

Your package not working in apple m1 chip. #19

Closed Balamurugan-JM closed 1 year ago

Balamurugan-JM commented 1 year ago

When i install your package in mac m1 chip means the project is not ran in simulator. if i removed the package from the package.json the project will run in simulator .

Screenshot 2022-11-04 at 2 07 29 PM

Thanks in advance

LunatiqueCoder commented 1 year ago

I have an Apple M1 chip and it works fine. The problem sure is only on your side.

EDIT: @Balamurugan-JM you probably have to run cd ios && pod install && cd .. in your terminal after running yarn add

Romick2005 commented 1 year ago

Confirmed. Works fine for me on MacMini M1 2020. @Balamurugan-JM this should be closed.