[ Package conformance ]
Storage & Data · >=1.0.0
react-native-nitro-cookies
document.cookie backed; get/set/remove/clearAll fully functional in browser85%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (6)
getgetAllset (with path/domain/expires/secure options)remove (with path/domain options)clearAllCookie interface
Missing (3)
httpOnly attribute (not settable via document.cookie by design)SameSite optionURL-scoped cookie reading (always reads all document.cookie)