reactxp

Library for cross-platform app development.

OTHER License

Downloads
2K
Stars
8.3K
Committers
117

Bot releases are hidden (Show)

reactxp - 2.0.0 Latest Release

Published by deregtd almost 5 years ago

Note: We have switched to using the GitHub releases page for version notes. The version_history.md file has been deprecated.

The 2.0.0 major-version-bump of ReactXP reflects a few different breaking changes since the last non-RC release (1.6.1):

  • #1119 and #1101 Keeping in line with React Native's diet regimen, NetInfo and WebView have been broken out from the core ReactXP package and are being released as their own separate reactxp-netinfo/reactxp-webview projects, which use the correspondingly-broken-out packages for RN
  • #1129 Stopped using SyncTasks in favor of ES6 Promises
  • #1127 Renamed usage of the older-style React lifecycle methods to use the UNSAFE_ prefix to avoid deprecation issues for a while

These changes, and several supporting PRs along the way, bring ReactXP back in line with supporting the very latest releases of React and React Native. We are also switching over to eslint from tslint, and @a-tarasyuk has released an eslint-plugin-reactxp to help with that (#1155). The package, samples, and extensions have also all received some love, being updated to the latest packages (except we left the samples on RN 0.59, since moving to 0.61 requires some nontrival package structure changes that we haven't gotten around to yet.)

Other updates/fixes that this release brings in since the last documented release (2.0.0-rc.1):

  • #1167 Touch gesture support for web in GestureView
  • #1141 Enable 'handled' mode of ScrollView['keyboardShouldPersistTaps']
  • #1132 Remove ScrollView vertical prop that has no effect on RN platforms
  • #1165 Removed maxContentSizeMultiplier references
reactxp - Releases and version history

Published by erictraut over 5 years ago

For historical reasons, we don't use the GitHub "releases" list. Instead, the version history and releases are posted on the version history page of the documentation site.

reactxp - 0.42.0-rc.25

Published by berickson1 about 7 years ago

Fix ScrollView position reporting after an explicit scroll position has been set (#210)

reactxp - 0.42.0-rc.24

Published by berickson1 about 7 years ago

Making gesture views accessibile (#196)
Adding px unit to fontSize animated text rule. (#195)

reactxp - 0.42.0-rc.9

Published by berickson1 over 7 years ago

Fixed bug in Navigator that caused crash in hello-world sample.

reactxp - 0.42.0-rc.8

Published by berickson1 over 7 years ago

Removed Profiling API namespace and dependency on react-addons-perf.

reactxp - 0.42.0-rc.7

Published by berickson1 over 7 years ago

[Accessibility] Expose the implementation for setting accessibility focus programmatically on iOS. Also, expose .focus() API for RX.Button. #90

reactxp - 0.42.0-rc.6

Published by berickson1 over 7 years ago

Exposing the maxContentSizeMultiplier prop for RN.Text and RN.TextInput. (#78)
Exposed the maximumFontScale prop and updating docs

reactxp - 0.42.0-rc.5

Published by berickson1 over 7 years ago

Fixed a bug in navigation

reactxp - 0.42.0-rc.4

Published by berickson1 over 7 years ago

reactxp - 0.42.0-rc.3

Published by berickson1 over 7 years ago

reactxp - v.0.42.0-rc.2

Published by berickson1 over 7 years ago