Core subset of Reactium SDK singleton and named exports.
npm install --save @atomic-reactor/reactium-native-sdk-core
There are a number of peer dependencies in use in the Core SDK. Because these are dependencies provided in Reactium, they are not required explicitly in this repository. If you plan to use this on another project, install them:
npm install --save-dev action-sequence
npm install --save-dev classnames
npm install --save-dev memory-cache
npm install --save-dev moment
npm install --save-dev object-path
npm install --save-dev react
npm install --save-dev react-dom
npm install --save-dev shallow-equals
npm install --save-dev underscore
npm install --save-dev uuid
import Reactium from '@atomic-reactor/reactium-native-sdk-core';
This project is best used with Reactium but can also be used independently. See the API documentation.