Skip to content

Commit

Permalink
Quick lint fix (#4845)
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer authored Aug 31, 2022
1 parent dcabed2 commit f75302f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/react-native/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ if (Platform.OS === "android") {

// TODO: Remove the need to store Realm as a global
// @see https://github.com/realm/realm-js/issues/2126
// eslint-disable-next-line no-restricted-globals
export const Realm = globalThis.Realm;

// Otherwise, we must be in a "normal" react native situation.
Expand Down

0 comments on commit f75302f

Please sign in to comment.