[links] Correct platform OS name

This commit is contained in:
Chris Bianca
2018-03-30 09:52:37 +01:00
parent a6c63d4f50
commit e7be3cc7f8

View File

@@ -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();
}
}