NMF-earth / nmf-app

Understand and reduce your carbon footprint 🌱 iOS & Android.
https://nmf.earth
GNU General Public License v3.0
488 stars 157 forks source link

Store Review #309

Closed PierreBresson closed 2 years ago

PierreBresson commented 2 years ago

Summary

After 4 starts of the app, if the user has accepted terms of use, ask him to rate the app thanks to expo store-review api. See more here

NB: First to submit a valid PR, first to merge. Except if you already have merged some good code in this repo, I won’t assign any issue due to spam and beginners unable to complete a PR without a lot of help from my side.

EmersonPinheiro commented 2 years ago

Hello @PierreBresson! I started working on this and I have a question. Do you think that a new redux slice is needed to store the number of times the user has opened the app? Or could we just set a variable on the userPreferences slice?

PierreBresson commented 2 years ago

@EmersonPinheiro Thanks for having a look :) Yes, you can simply set a variable in userPreference 👍