We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8584d3e commit a528078Copy full SHA for a528078
1 file changed
Readme.md
@@ -44,12 +44,18 @@ react-native-fbads [![npm version](https://badge.fury.io/js/react-native-fbads.s
44
## Installation
45
46
### 1. Install Javascript packages
47
-
+##### RN >= 0.40
48
Install JavaScript packages:
49
50
```bash
51
$ react-native install react-native-fbads
52
```
53
+##### RN < 0.40
54
+Install JavaScript packages:
55
+
56
+```bash
57
+$ react-native install react-native-fbads@3.1.1
58
+```
59
60
### 2. Configure native projects
61
0 commit comments