React Native Windows: rnpm-plugin-windows_v0.3.7 Release

Release date:
October 17, 2019
Previous version:
Could not determine previous release version
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in rnpm-plugin-windows_v0.3.7

Could not determine top contributors for this release.

Directory Browser for rnpm-plugin-windows_v0.3.7

We couldn't find a release before this one

Release Notes Published

  • 62049fdb Fix two issues: 1) you cannot animated 2 subchannels of the same property with different animations. to fix this we animated yet another property set for translation and scale owned by the props nodes and use one animation to animate all of the subchannels for the uiElement. 2) Reference parameter names which started with a multi digit number are unsupported so i added an n to the start of each name, which was previously just the node's tag. ([email protected])