skip to Main Content

Html – SvelteKit – Redirect after Form Submit

I have a problem with redirecting after submitting form in SvelteKit. I have some routes that needs authentication, before rendering it I'm checking if user is authenticated. routes │   ├── +page.svelte │   ├── login │   │   ├── +page.server.ts │   │  …

VIEW QUESTION

React native – I can't seem to find out why my code is failing to get a snapshot in my react expo project

import { View, StyleSheet, Platform } from 'react-native'; import * as ImagePicker from 'expo-image-picker'; import { useState, useRef } from 'react'; import { GestureHandlerRootView } from 'react-native-gesture-handler'; import * as MediaLibrary from 'expo-media-library'; import { captureRef } from 'react-native-view-shot'; import…

VIEW QUESTION
Back To Top
Search