I have to buy MacBook Air with M1. As I see, it supports react native (npm, expo etc.). Yes?
CodePudding user response:
Yes. I use M1 MacBook Pro and develop React Native using Vscode. Everything works perfectly well.
CodePudding user response:
It works well but it depends on what modules are you using. Some old modules are not compatible and iOS builds may fail.
CodePudding user response:
Works well just like the others mentioned. But you might encounter error where m1 chip is not supported in some cases. However, there are workarounds for them too. Such as pod install might fail, instead, you might need to run arch -x86_64 pod install
etc.