Back to React Native

self

website/versioned_docs/version-0.84/global-self.md

latest282 B
Original Source

self is an alias for globalThis, as defined in Web specifications.

The use of globalThis is recommended over self.