Skip to content

Commit 93ec4c2

Browse files
committed
[futurepress#8] README: Added link to Expo example app by @jole141
1 parent 1c7667d commit 93ec4c2

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
[copyFileAssets()]: https://github.com/birdofpreyru/react-native-fs?tab=readme-ov-file#copyfileassets
1515
[Error]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error
1616
[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
1718
[Expo]: https://expo.dev
1819
[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
1922
[Lighttpd]: https://www.lighttpd.net
2023
[MainBundlePath]: https://www.npmjs.com/package/@dr.pogodin/react-native-fs#mainbundlepath
2124
[mod_alias]: https://redmine.lighttpd.net/projects/lighttpd/wiki/Mod_alias
@@ -118,7 +121,12 @@ and [old][Old Architecture] RN architectures.
118121
- Building for Android target on Windows host
119122
([open issues](https://github.com/birdofpreyru/react-native-static-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22Windows+-%3E+Android%22)).
120123
Prefer building for Android on macOS or Ubuntu host.
124+
121125
- [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+
122130
- [tvOS](https://developer.apple.com/tvos) ([open issues](https://github.com/birdofpreyru/react-native-static-server/issues?q=is%3Aissue+is%3Aopen+label%3AtvOS)).
123131

124132

@@ -184,11 +192,11 @@ and [old][Old Architecture] RN architectures.
184192
$ pod install
185193
```
186194
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.
192200
193201
- For **Mac Catalyst**:
194202
- Disable Flipper in your app's Podfile.

0 commit comments

Comments
 (0)