Skip to content

Releases: birdofpreyru/react-native-static-server

v0.27.0

Choose a tag to compare

@birdofpreyru birdofpreyru released this 17 Jun 08:44

Sponsor

v0.26.2

Choose a tag to compare

@birdofpreyru birdofpreyru released this 13 Apr 09:27

Sponsor

v0.26.1

Choose a tag to compare

@birdofpreyru birdofpreyru released this 12 Apr 16:11
  • [#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.

Sponsor

v0.26.0

Choose a tag to compare

@birdofpreyru birdofpreyru released this 12 Feb 15:21

Sponsor

v0.25.4

Choose a tag to compare

@birdofpreyru birdofpreyru released this 15 Dec 14:38
  • Tested to work with RN@0.83 on Android and iOS.
  • Update of dependencies.

Sponsor

v0.25.3

Choose a tag to compare

@birdofpreyru birdofpreyru released this 21 Nov 15:18
  • Hotfix of the regression introduced in the previous release — the «stop in the background» feature was effectively enabled if stopInBackground if was not a number.

Sponsor

v0.25.2

Choose a tag to compare

@birdofpreyru birdofpreyru released this 20 Nov 13:20
  • The optional stopInBackground parameter of Server's constructor() now also accepts number (milliseconds) values. If stopInBackground is 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).

Sponsor

v0.25.1

Choose a tag to compare

@birdofpreyru birdofpreyru released this 19 Nov 22:42
  • [#20][#89] Fixes builds for Android target on Windows host — thanks to @SimplyJpk for PR #153.
  • Update of dependencies.

Sponsor

v0.25.0

Choose a tag to compare

@birdofpreyru birdofpreyru released this 12 Oct 14:11
  • Tested to work with RN@0.82 on Android and iOS.
  • [#149] Lighttpd v1.4.81 ⇒ v1.4.82.
  • Update of dependencies.

Sponsor

v0.24.2

Choose a tag to compare

@birdofpreyru birdofpreyru released this 07 Sep 13:21

Sponsor