apptentive / apptentive-react-native

Apptentive SDK module for React Native
https://learn.apptentive.com/article-categories/react-native/
BSD 3-Clause "New" or "Revised" License
15 stars 19 forks source link

PBI-6829 has constants removal #257

Closed PoornimaApptentive closed 5 months ago

PoornimaApptentive commented 5 months ago

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.