Releases: birdofpreyru/react-native-static-server
Releases · birdofpreyru/react-native-static-server
Release list
v0.27.0
- [#161] Upgrade to RN@0.86 & Lighttpd@1.4.83:
- Verified to work on Android and iOS.
- Mac Catalyst builds fail because of RN bug, see react/react-native#55540 for details and possible workarounds.
- Broken for Windows (#123, #146).
- Update of other dependencies.
v0.26.2
- A fix for iOS builds with Expo (see #159 (comment), birdofpreyru/react-native-fs#139).
v0.26.1
- [#160] Upgrade to RN@0.85:
- Verified to work on Android and iOS.
- Mac Catalyst builds fail because of RN bug, see react/react-native#55540 for details and possible workarounds.
- Broken for Windows (#123, #146).
- [#159] iOS: Fixes builds for iOS Simulator.
- [#157][#158] Minor internal fixes & improvements.
- Update of other dependencies.
v0.26.0
- [#156] Upgrade to RN@0.84.
- Verified to work for Android and iOS.
- Fails to build for Mac Catalyst, because of issues on RN side (see react/react-native#46213, facebook/hermes#1883).
- Not expected to work for Windows (#146).
- Update of other dependencies.
v0.25.4
- Tested to work with RN@0.83 on Android and iOS.
- Update of dependencies.
v0.25.3
v0.25.2
-
The optional
stopInBackgroundparameter of Server's constructor() now also accepts number (milliseconds) values. IfstopInBackgroundis a number, when app enters into background the automatic server stop does not happen immediately, but it is scheduled for the given time later.BEWARE: The stop in background feature is currently implemented within TypeScript layer of RN, and it behaves differently on different OS. The delayed auto-stop of the server in background does not quite work on Android (as there TS layer stops immediately after the app has moved into background); and it works as intended on iOS, provided a reasonable delay is asked (~1 second works).
v0.25.1
- [#20][#89] Fixes builds for Android target on Windows host — thanks to @SimplyJpk for PR #153.
- Update of dependencies.
v0.25.0
v0.24.2
- [#148] Upgrade to Lighttpd@1.4.81.
- Update of dependencies.