React Native
The React Native SDK allows you to easily integrate Chronomics testing and health platform in your native Android and iOS apps using React Native.
Coming soon
The React native SDK is currently in closed beta and will be available for public release soon.
Features
Registration: Embed the registration flow to allow users to easily register and activate their test kits. It collects all the required data (which varies per test) and is fully compliant with local regulations. The process will also guide the user through how to complete the test kit.
Installation
To install the package perform the following
npm install xxxxxxxxxx
Usage
To utilise you need to link in the package to your existing navigation process like below.
import { Registration } from 'chronomics-registration';
<Stack.Screen name="registration" component={Registration} />
Example
Its possible to customise the look and feel to fit with your brand.




Updated 9 months ago