[expo-age-range] Add ability to see approved/denied of significant change
Louis S
Hi, currently implementing age range logic using expo-age-range. The general age range validation works great.
My issue is that on iOS, when detecting if there is a significant change that needs approval there is no way to see the status of said significant change. There is no approved/denied/pending, just that there is a significant change. This is specifically a case I'm trying to implement for minors 13-17. If there is a significant change it should be approved/denied by a guardian and the app should be able to response to those test cases. On Android, this isn't an issue since
significantChangeStatus
returns with a value which can be acted on.It would be great if this package (expo-age-range) could offer the ability to see the current status of the significant change approval for iOS.