Upgrading the react native plugin to the latest was breaking if the apps run in lower version. The best thing to do is to remove the hasConstants method which was never used. I tested the change with example app which is running on react-native version 0.72.3 and RattlesnakeFax in version 0.71.3. I did also test RattlesnakeFax with the latest version of react native 0.74.1 with the updated plugin and working fine.
PBI-6829
Upgrading the react native plugin to the latest was breaking if the apps run in lower version. The best thing to do is to remove the
hasConstants
method which was never used. I tested the change with example app which is running on react-native version 0.72.3 and RattlesnakeFax in version 0.71.3. I did also test RattlesnakeFax with the latest version of react native 0.74.1 with the updated plugin and working fine.