mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 22:30:36 +08:00
3 lines
71 B
TypeScript
3 lines
71 B
TypeScript
import { Linking } from 'expo';
|
|
export default [Linking.makeUrl('/')];
|