Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Releases: hudl/react-native-android-fragment

1.1.1

25 Apr 19:56
6f8189b
Compare
Choose a tag to compare

Updates build.gradle to conform to Android Studio 3.4 and Gradle 5.

1.1.0

14 Aug 15:59
f740639
Compare
Choose a tag to compare

Enhancements

  • v0.56 is used for our example project now and listed as the peer dependency 17ab270
  • The library now uses your applications rootProject.ext for sdk, build tools, etc 0c487d2 (Author: @ddudek)
  • The repo has been repositioned to become a Node Module distributed via NPM! b8634d7

Features

None at this time

Bug Fixes

None at this time

Notes

  • With the transition to a Node Module, React native is not longer required to be a specific version. Instead we declare a Peer Dependency that should match our criteria. We hope this allows more developers to leverage the library.
  • With the transition away from a strict React Native version, we now have our own versioning in place. This release will be considered 1.1.0. Our goal is to follow semantic versioning as much as possible.
  • Also we are very excited to follow along with the future of React Native and see how they can better support BrownField applications! Check out this blog post from back in June 1018 -https://facebook.github.io/react-native/blog/2018/06/14/state-of-react-native-2018

v0.46.2.2

09 Apr 16:15
a2c81e1
Compare
Choose a tag to compare

Enhancements

  • This PR only calls React Instance Manager's onHostDestroy if no other ReactFragment is actively using the manager.

Features

None at this time

Bug Fixes

None at this time

Notes

This release continues to target version 0.46.2 of React Native.

v0.46.2.1

12 Feb 19:21
eccf892
Compare
Choose a tag to compare

Enhancements

  • This PR cleans-up the ReactInstanceManager associated with the React Native Host when a ReactFragment is destroyed and if no other ReactFragment is actively using the manager.

Features

None at this time

Bug Fixes

None at this time

Notes

This release continues to target version 0.46.2 of React Native.

v0.46.2

27 Jul 14:27
Compare
Choose a tag to compare

This release targets version 0.46.2 of React Native.

This is also known as the June release and the change log can be found here --> https://github.com/facebook/react-native/releases/tag/v0.46.4

Enhancements

  • The Sample App now enables the RN dev menu by overriding the onKeyUp method.
  • README.md updated to reflect the onKeyUp behavior required.

Features

None at this time

Bug Fixes

None at this time

v0.43.2

16 Jun 18:05
Compare
Choose a tag to compare

🎉 🎈 🎊 😄

This is the first initial release of React Native Android Fragment.
As mentioned previously, the versioning will follow that of the React Native version of which it is based off of.

Check out the sample or README to better understand how it works.