Skip to content

Commit 4772bee

Browse files
Merge pull request #853 from GetStream/m1-mac-troubleshooting
docs: Add a link to aiba's guide for RN on M1 macs
2 parents cfc3983 + 0bc05d7 commit 4772bee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docusaurus/docs/reactnative/basics/troubleshooting.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,3 +340,9 @@ private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
340340
};
341341
...
342342
```
343+
344+
## Project won't build on a MacBook with Apple M1
345+
346+
On newer MacBooks with the Apple M1 SoC, there are a few required steps that need to be followed for an app to build. The user [aiba](https://github.com/aiba) has written [a guide](https://github.com/aiba/react-native-m1) to make the necessary changes to your project.
347+
348+
The iOS build version can be changed to suit your needs, but keep in mind to change the version to the same major and minor version consistently throughout the guide.

0 commit comments

Comments
 (0)