Pinned Loading
-
react-native-device-info
react-native-device-info PublicForked from react-native-device-info/react-native-device-info
Device Information for React Native iOS and Android
Java
-
react-native-send-intent
react-native-send-intent PublicForked from lucasferreira/react-native-send-intent
React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
Java
-
-
-
useHistory.js - state
useHistory.js - state 1import { useState } from 'react';
23/**
4* @typedef {Object} useUndoReturn
5* @property {function} addSnapshot Push a new snapshot to the past array
-
React Router ProtectedRoute
React Router ProtectedRoute 1import { Navigate, Outlet, useLocation } from 'react-router-dom';
23export const ProtectedRoute = ({ redirectPath = '/login', user, children }) => {
4const prevLocation = useLocation();
5if (!user) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.