|
14 | 14 | [copyFileAssets()]: https://github.com/birdofpreyru/react-native-fs?tab=readme-ov-file#copyfileassets
|
15 | 15 | [Error]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error
|
16 | 16 | [Example App]: https://github.com/birdofpreyru/react-native-static-server/tree/master/example
|
| 17 | +[Expo Example App]: https://github.com/jole141/expo-examples/tree/react-native-static-server |
17 | 18 | [Expo]: https://expo.dev
|
18 | 19 | [getDeviceType()]: https://www.npmjs.com/package/react-native-device-info#getDeviceType
|
| 20 | +[Issue#8]: https://github.com/birdofpreyru/react-native-static-server/issues/8 |
| 21 | +[jole141]: https://github.com/jole141 |
19 | 22 | [Lighttpd]: https://www.lighttpd.net
|
20 | 23 | [MainBundlePath]: https://www.npmjs.com/package/@dr.pogodin/react-native-fs#mainbundlepath
|
21 | 24 | [mod_alias]: https://redmine.lighttpd.net/projects/lighttpd/wiki/Mod_alias
|
@@ -118,7 +121,12 @@ and [old][Old Architecture] RN architectures.
|
118 | 121 | - Building for Android target on Windows host
|
119 | 122 | ([open issues](https://github.com/birdofpreyru/react-native-static-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22Windows+-%3E+Android%22)).
|
120 | 123 | Prefer building for Android on macOS or Ubuntu host.
|
| 124 | + |
121 | 125 | - [Expo] ([open issues](https://github.com/birdofpreyru/react-native-static-server/issues?q=is%3Aissue+is%3Aopen+label%3AExpo)).
|
| 126 | + |
| 127 | + Though, presumably the library in its current state already works fine |
| 128 | + with [Expo] — see [Issue#8] and [Expo Example App] by [jole141]. |
| 129 | + |
122 | 130 | - [tvOS](https://developer.apple.com/tvos) ([open issues](https://github.com/birdofpreyru/react-native-static-server/issues?q=is%3Aissue+is%3Aopen+label%3AtvOS)).
|
123 | 131 |
|
124 | 132 |
|
@@ -184,11 +192,11 @@ and [old][Old Architecture] RN architectures.
|
184 | 192 | $ pod install
|
185 | 193 | ```
|
186 | 194 |
|
187 |
| -- For [Expo]: \ |
188 |
| - _It probably works with some additional setup (see |
189 |
| - [Issue#8](https://github.com/birdofpreyru/react-native-static-server/issues/8)), |
190 |
| - however at the moment we don't support it officially. If anybody wants |
191 |
| - to help with this, contributions to the documentation / codebase are welcome._ |
| 195 | +- For [Expo]: |
| 196 | +
|
| 197 | + Presumably, it works with some additional setup (see [Issue#8] and |
| 198 | + [Expo Example App] by [jole141]; though it is not officially supported |
| 199 | + (tested) for new releases. |
192 | 200 |
|
193 | 201 | - For **Mac Catalyst**:
|
194 | 202 | - Disable Flipper in your app's Podfile.
|
|
0 commit comments