Skip to content

Commit

Permalink
fix: fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Dec 12, 2021
1 parent 1687f1d commit 9f3068b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/home/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { View, Text } from 'react-native';
import { useNavigation, NavigationProp } from '@react-navigation/native';
import { RootStackParamList } from '../index';
import type { RootStackParamList } from '../index';
import { Colors, ListItem } from 'react-native-ui-lib';

const LayoutsPage: Array<Record<'name', keyof RootStackParamList>> = [
Expand Down

0 comments on commit 9f3068b

Please sign in to comment.