Skip to content

Commit d277284

Browse files
committed
Remove deprecated Constants.appOwnership check
1 parent 33a5b6c commit d277284

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

screens/SettingsScreen.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default function SettingsScreen() {
3636

3737
const [canRate, setCanRate] = useState(false);
3838
useEffect(() => {
39-
if (Constants.appOwnership === 'expo') return;
4039
StoreReview.hasAction().then((hasAction) => {
4140
setCanRate(hasAction);
4241
});

0 commit comments

Comments
 (0)