We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a5b6c commit d277284Copy full SHA for d277284
1 file changed
screens/SettingsScreen.jsx
@@ -36,7 +36,6 @@ export default function SettingsScreen() {
36
37
const [canRate, setCanRate] = useState(false);
38
useEffect(() => {
39
- if (Constants.appOwnership === 'expo') return;
40
StoreReview.hasAction().then((hasAction) => {
41
setCanRate(hasAction);
42
});
0 commit comments