Browse Source

Update Installing.md (#3623)

David Narbutovich 6 years ago
parent
commit
3214e2f11a
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      docs/docs/Installing.md

+ 2
- 1
docs/docs/Installing.md View File

@@ -117,7 +117,8 @@ dependencies {
117 117
 ><br><br>Available options:
118 118
 >
119 119
 >* `reactNative51`: Support for React Native 0.51-0.54
120
->* `reactNative55`: Support for React Native 0.55 and above
120
+>* `reactNative55`: Support for React Native 0.55
121
+>* `reactNative56`: Support for React Native 0.56 and above
121 122
 >
122 123
 ><br>For example, To target React Native 0.55, replace the following line:<br>
123 124
 >`missingDimensionStrategy "RNN.reactNativeVersion", "reactNative51"`