Skip to content

Commit f24ef0d

Browse files
committed
3.2.11 Release
• Fixes an issue with the previous release where iOS would immediately crash due to a new RN method that was added to Android but wasn't then added to iOS
1 parent 41ed4ef commit f24ef0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/CocoapodsDemo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"expokit": "1.7.1",
1414
"react": "16.3.1",
1515
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
16-
"react-native-onesignal": "3.2.10"
16+
"react-native-onesignal": "3.2.11"
1717
}
1818
}

examples/RNOneSignal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"react": "16.3.1",
1010
"react-native": "0.55.4",
11-
"react-native-onesignal": "3.2.10",
11+
"react-native-onesignal": "3.2.11",
1212
"eslint": "^4.0.0"
1313
}
1414
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-onesignal",
3-
"version": "3.2.10",
3+
"version": "3.2.11",
44
"description": "React Native OneSignal Component",
55
"main": "index",
66
"scripts": {

0 commit comments

Comments
 (0)