work on PlayView is almost done everything works fine the gameplay makes the mobile crash but it will be fixed later

This commit is contained in:
Clément Le Bihan
2023-11-28 00:00:05 +01:00
parent 36041369db
commit 4de420e4dc
4 changed files with 6 additions and 9 deletions

View File

@@ -79,7 +79,6 @@ export const PianoCC = createContext<PianoCanvasContext>({
});
const PlayView = ({ songId, route }: RouteProps<PlayViewProps>) => {
songId = 4;
const [type, setType] = useState<'practice' | 'normal'>();
const accessToken = useSelector((state: RootState) => state.user.accessToken);
const navigation = useNavigation();