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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user