We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78ad50 commit daee358Copy full SHA for daee358
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-intl-native",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"description": "Convenience components for react-intl's `format*` API in React Native",
5
"main": "dist/react-intl-native.js",
6
"jsnext:main": "dist/react-intl-native.es2015.js",
@@ -54,8 +54,8 @@
54
"homepage": "https://github.com/frostney/react-intl-native#readme",
55
"dependencies": {
56
"react": "^0.14.8",
57
- "react-intl": "^2.0.0-rc-1",
58
- "react-native": "^0.23.0"
+ "react-intl": "^2.1.2",
+ "react-native": "^0.24.1"
59
},
60
"devDependencies": {
61
"ava": "^0.14.0",
0 commit comments