The RN SDK does not restrict the versions used of the native SDKs (I checked iOS but I assume it applies to both iOS and Android).
See https://github.com/Wootric/react-native-wootric/blob/master/RNWootric.podspec.
This can give problems during upgrades as we've experienced:
- Current version RN 1.5.0 IOS 0.21.1
- Upgrade RN to 1.7.0
- App build failure due to showDisclaimerText not found
-> RN 1.7.0 should require IOS 0.27.0 or higher
The RN SDK does not restrict the versions used of the native SDKs (I checked iOS but I assume it applies to both iOS and Android).
See https://github.com/Wootric/react-native-wootric/blob/master/RNWootric.podspec.
This can give problems during upgrades as we've experienced:
-> RN 1.7.0 should require IOS 0.27.0 or higher