[links] Correct platform OS name
This commit is contained in:
parent
a6c63d4f50
commit
e7be3cc7f8
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue