Skip to content

Releases: RakaDoank/react-native-ping-android

Release 1.2.0

19 Oct 20:10
Compare
Choose a tag to compare

After some research, timeout mechanism has been fixed finally (09c7cb1).
Instead of using withTimeout in custom coroutine scope, simply use runBlocking with delay to run the timeout in the whatever current thread of React Native.

  • Update README.md (2912152)
  • fix: timeout job should've been in whatever React Native current thread (09c7cb1)
  • should remove ICMP instance since promise only resolvable once (0a7c496)
  • condition on nullable intervalValue should also set to false isRunning state (8f107be)
  • make a lint error for no-unused-vars by @typescript-eslint (a59789f)
  • extend react/jsx-runtime for new JSX transform of React 17 (0956351)
  • bump to RN 0.75.4 (0aec636)
  • unnecessary conditional (e8b0bb8)

Release 1.1.0

10 Oct 17:57
Compare
Choose a tag to compare
  • fix timeout mechanism (9973001)
  • bump RN to 0.75.4 (2a535ec)
  • fix interval was uncleared on unmount (0266180)

Release 1.0.3

22 Sep 09:01
Compare
Choose a tag to compare
  • Provide simple README on package (4d3d946)
  • Create README.md on package (2acc90d)

Release 1.0.2

21 Sep 09:22
Compare
Choose a tag to compare
  • fix: invoke start method again should send result with ECHOING status (7df68f2)

Release 1.0.1

16 Sep 12:55
Compare
Choose a tag to compare

Release 1.0.0

16 Sep 12:37
Compare
Choose a tag to compare

Release 1.0.0-rc.2

15 Sep 20:30
Compare
Choose a tag to compare
Release 1.0.0-rc.2 Pre-release
Pre-release

Release 1.0.0-rc.1

15 Sep 18:33
Compare
Choose a tag to compare
Release 1.0.0-rc.1 Pre-release
Pre-release
  • Update README.md (6d8de91)
  • add .gitignore (cc1a6d6)
  • scripts file to resolve single file of README.md for github and npm (6ab37fd)
  • provide main package (7868730)
  • provide example (939936c)