Explorar el Código

Update Installing.md (#3623)

David Narbutovich hace 6 años
padre
commit
3214e2f11a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      docs/docs/Installing.md

+ 2
- 1
docs/docs/Installing.md Ver fichero

@@ -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"`