reactxp/extensions
Alexander T 054e4d92cb Replace TSLint on ESLint (#1175) 2020-01-13 12:58:22 -08:00
..
imagesvg Replace TSLint on ESLint (#1170) 2020-01-09 11:21:25 -08:00
navigation Replace TSLint on ESLint (#1171) 2020-01-11 19:15:08 -08:00
netinfo Replace TSLint on ESLint (#1172) 2020-01-11 19:16:39 -08:00
video Replace TSLint on ESLint (#1173) 2020-01-11 19:17:48 -08:00
virtuallistview Replace TSLint on ESLint (#1175) 2020-01-13 12:58:22 -08:00
webview Replace TSLint on ESLint (#1176) 2020-01-13 12:57:19 -08:00
README.md Added VirtualListView and documentation. 2017-04-17 23:54:23 -07:00

README.md

ReactXP Extensions

The ReactXP library is designed to be as lightweight as possible, including only those cross-platform APIs and "primitive" components that are required by almost every app. Functionality that is needed less commonly is provided in the form of optional extensions.

There are two distinct types of extensions.

  1. Additional APIs or "primitive" components that have separate implementations for each of the supported platforms.
  2. Higher-level components that contain no platform-specific code but build upon the lower-level primitives to provide new (typically more complex) functionality.