NutrientInstantView
NutrientInstantView is a React Native component for displaying Instant (real-time collaboration) PDF documents.
Example
<NutrientInstantView
documentInfo={JSON.stringify({ serverUrl: 'https://...', jwt: '...' })}
configuration={{ enableInstantComments: true }}
ref={instantRef}
style={{ flex: 1 }}
/>
Extends
- React.Component