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 e121f6b commit c3e5b38Copy full SHA for c3e5b38
README.md
@@ -3,6 +3,12 @@ react-redux
3
4
Higher-order React components for [Redux](https://github.com/gaearon/redux).
5
6
+What you get from `react-redux` is for React.
7
+For React Native, import from `react-redux/native` instead.
8
+
9
+>**Note: There is a project called “redux-react” on NPM that is completely unrelated to the official bindings.**
10
+>**This documentation (and any other official Redux documentation) is for `react-redux`.**
11
12
- [Quick Start](#quick-start)
13
- [Recommended API](#recommended-api)
14
- [`connect`](#connect)
0 commit comments