DEV Community

Discussion on: I've made a react component that hides sensitive information in your app.

Collapse
 
grantdotdev profile image
Grant Riordan

As other have said the functionality would be better to redact / encrypt the sensitive data.

Other suggestion could be to rename the component as then it could be used across React and React Native. (react native already has a SafeView component.

Collapse
 
itaylisaey profile image
ItayLisaey

Interesting, didn't knew about that..
I think you can import the component by a different name.

import SafeView as MyComponent from "safeview"

Collapse
 
grantdotdev profile image
Grant Riordan

Apologies ReactNative is called SafeAreaView but point still stands