React Native
import { Redacted } from 'cobrowse-sdk-react-native';
// ...
<View style={styles.container}>
<Redacted>
<Text style={styles.instructions}>This text should be secret</Text>
</Redacted>
</View>Redact WebView content
CobrowseIO.webviewRedactedViews = [ '.redacted', ...some other selectors... ];Redacting views outside React Native
Private by Default
Redaction Playground
Redaction PlaygroundLast updated