@@ -60,7 +60,13 @@ and [old][Old Architecture] RN architectures.
60
60
</tr >
61
61
</table >
62
62
63
- [ ![ Logo] ( https://avatars.githubusercontent.com/u/71085569?s=36 )] ( https://github.com/Lumentric )
63
+ [ <img width =36 src =" https://avatars.githubusercontent.com/u/71085569?s=36 " />] ( https://github.com/Lumentric )
64
+
65
+ ### [ Contributors] ( https://github.com/birdofpreyru/react-native-static-server/graphs/contributors )
66
+ [ <img width =36 src =" https://avatars.githubusercontent.com/u/62563469?s=36&v=4 " />] ( https://github.com/jole141 )
67
+ [ <img width =36 src =" https://avatars.githubusercontent.com/u/10153413?s=36&v=4 " />] ( https://github.com/exotexot )
68
+ [ <img width =36 src =" https://avatars.githubusercontent.com/u/10667346?s=36&v=4 " />] ( https://github.com/rafalzawadzki )
69
+ [ <img width =36 src =" https://avatars.githubusercontent.com/u/20144632?s=36&v=4 " />] ( https://github.com/birdofpreyru )
64
70
65
71
## Content
66
72
@@ -132,6 +138,11 @@ and [old][Old Architecture] RN architectures.
132
138
133
139
- [ CMake] is required on the build host.
134
140
141
+ - ** BEWARE:** [ ** CMake v3.30.0** breaks the library build for iOS] ( https://github.com/birdofpreyru/react-native-static-server/issues/111 )
142
+ because of a regression on CMake side, and for this reason it is marked as
143
+ unsupported on all platforms &mdash ; be sure to use a different version
144
+ (v3.22.1&ndash ; 3.29.6 at the moment of writing).
145
+
135
146
- When building for ** Android** , [ CMake] should be installed as a part of your
136
147
_ Android SDK_ (open _ SDK Manager_ , and look for [ CMake] within
137
148
the _ SDK Tools_ tab).
@@ -141,6 +152,7 @@ and [old][Old Architecture] RN architectures.
141
152
``` shell
142
153
$ brew install cmake pkg-config
143
154
```
155
+
144
156
** IMPORTANT:** [Homebrew] should have added ` eval " $( /opt/homebrew/bin/brew shellenv) " ' `
145
157
command to your `.zshrc` or `.bashrc`. Although this works for interactive terminals,
146
158
it might not work for sessions inside of other apps, such as XCode, therefore you might need to
0 commit comments