Releases: peter4k/react-native-backbone
Releases · peter4k/react-native-backbone
v0.1.1
- 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
This is a major release.
- Instead of a folk from backbone, now RNBackbone extends from backbone.
- Local storage supported using Realm
0.0.6
The "send()" method will not return error for all 2xx response status.