I'm following this guide on how to set up OneSignal with React Native. In the section where it says In your Podfile, add the notification service extension...
, it says to add the following to my Podfile:
target 'OneSignalNotificationServiceExtension' do
pod 'OneSignal', '>= 2.9.3', '< 3.0'
end
I think this is outdated though, because my version of react-native-onesignal
is 3.7.2. How should I change this line in my Podfile to accommodate this newer version?