File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ This library assumes you're familiar with Zendesk's Official Documentation: [iOS
77## VERSIONS
88
99- For ** Zendesk Chat v2** use version >= 0.4.0 (this requires RN 0.59 or later!)
10- - For RN version higher than 0.59 use version >= 0.3.0 (Zendesk Chat v1)
11- - For RN version lower than 0.59 use version <= 0.2.2 (Zendesk Chat v1)
10+ - For RN version >= 0.59 use version >= 0.3.0 (Zendesk Chat v1)
11+ - For RN version < 0.59 use version <= 0.2.2 (Zendesk Chat v1)
1212
1313## Known Issues
1414
@@ -34,7 +34,7 @@ $ (cd ios; pod install) # and see if there are any errors
3434
3535If you're on older react-native versions, please see the [ Advanced Setup] ( #advanced-setup ) section below
3636
37- ** Android** If you're on react-native >= 0.60, Android should autodetect this dependency. You may need to call ` react-native link `
37+ ** Android** If you're on react-native >= 0.60, Android should autodetect this dependency. If you're on 0.59, you may need to call ` react-native link `
3838
39392 . Call the JS Initializer:
4040
You can’t perform that action at this time.
0 commit comments