mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-09 07:18:35 +08:00
3 lines
71 B
TypeScript
3 lines
71 B
TypeScript
import { Linking } from 'expo';
|
|
export default [Linking.makeUrl('/')];
|