mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-29 12:45:45 +08:00
[links] Correct platform OS name
This commit is contained in:
@@ -39,7 +39,7 @@ export default class Links extends ModuleBase {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Tell the native module that we're ready to receive events
|
// Tell the native module that we're ready to receive events
|
||||||
if (Platform.os === 'ios') {
|
if (Platform.OS === 'ios') {
|
||||||
getNativeModule(this).jsInitialised();
|
getNativeModule(this).jsInitialised();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user