I need to display the subscriptionPeriod and the price of the currently active subscription directly within the app.
My app uses anonymous user IDs (no login or authentication), and I don’t have a backend server involved.
What is the best way to retrieve and display this information using the RevenueCat React Native SDK?