mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +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
|
||||
if (Platform.os === 'ios') {
|
||||
if (Platform.OS === 'ios') {
|
||||
getNativeModule(this).jsInitialised();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user