Skip to content

Releases: peter4k/react-native-backbone

v0.1.1

05 Dec 08:12
Compare
Choose a tag to compare
  • Fixed a problem when response MIME type is not JSON, fetchStorage.send() will always return error (even 200). This fixed #8
  • Now supports ES7 async for fetchStorage.send()

v0.1.0

16 Jun 21:37
Compare
Choose a tag to compare

This is a major release.

  • Instead of a folk from backbone, now RNBackbone extends from backbone.
  • Local storage supported using Realm

0.0.6

16 Dec 20:58
Compare
Choose a tag to compare

The "send()" method will not return error for all 2xx response status.