diff --git a/lib/modules/links/index.js b/lib/modules/links/index.js index 54c47dd1..5fca4884 100644 --- a/lib/modules/links/index.js +++ b/lib/modules/links/index.js @@ -39,7 +39,7 @@ export default class Links extends ModuleBase { ); // Tell the native module that we're ready to receive events - if (Platform.os === 'ios') { + if (Platform.OS === 'ios') { getNativeModule(this).jsInitialised(); } }