reactxp/extensions
Nicholas Latino 603d370e65 Updating readme as it is misleading if using cocoapods. Better to follow the instructions on package getting started page. 2020-10-16 12:39:16 -04: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 Updating readme as it is misleading if using cocoapods. Better to follow the instructions on package getting started page. 2020-10-16 12:39:16 -04:00
README.md

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.