We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830e447 commit e6d4c46Copy full SHA for e6d4c46
src/features/onboarding/screen/index.tsx
@@ -17,7 +17,7 @@ import { BackgroundContainer } from '../containers/BackgroundContainer';
17
18
export default function OnboardingScreen() {
19
const router = useRouter();
20
- const [activeIndex, setActiveIndex] = useState(2);
+ const [activeIndex, setActiveIndex] = useState(0);
21
const swiperRef = useRef<SwiperType | null>(null);
22
23
const handleNext = () => {
0 commit comments