Supported APIs

Find bellow the list of APIs currently available for the React Native SDK.

Note: All MXO React Native SDK APIs return a Promise<MXOResult<T>> where <T> can be an MXO Type, null, or explicitly the MXOError Type. This is because React Native only supports returning JSObjects from Plugin APIs. For more information, see this open issue.