From 62c4a32a3917a5d927219b80f1e42038c295888c Mon Sep 17 00:00:00 2001 From: a777med Date: Thu, 5 Oct 2023 20:30:41 +0000 Subject: [PATCH] fix import in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceb1890..73e085e 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Add your OneSignal App ID to your [Expo constants via the `extra` param](https:/ You can then access the value to pass to the `initialize` function: ```js -import OneSignal from 'react-native-onesignal'; +import { OneSignal } from 'react-native-onesignal'; import Constants from "expo-constants"; OneSignal.initialize(Constants.expoConfig.extra.oneSignalAppId); ```