This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
Releases: hudl/react-native-android-fragment
Releases · hudl/react-native-android-fragment
1.1.1
1.1.0
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
Enhancements
- This PR only calls React Instance Manager's
onHostDestroy
if no otherReactFragment
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
Enhancements
- This PR cleans-up the
ReactInstanceManager
associated with the React Native Host when aReactFragment
is destroyed and if no otherReactFragment
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
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
🎉 🎈 🎊 😄
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.