This reverts commit bbaab1994a.
This commit is contained in:
Fredrik Burmester
2024-08-30 00:13:45 +02:00
parent bbaab1994a
commit 6c1db4bbb9
3 changed files with 22 additions and 31 deletions

View File

@@ -1,7 +0,0 @@
import * as ScreenOrientation from "expo-screen-orientation";
import { Orientation } from "expo-screen-orientation";
import { atom } from "jotai";
export const orientationAtom = atom<number>(
ScreenOrientation.OrientationLock.PORTRAIT_UP
);