Skip to content

Commit 2e05f4f

Browse files
authored
Merge pull request #79 from Gerharddc/patch-1
Fix TypeScript typings
2 parents 01df866 + 0ff8284 commit 2e05f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Definitions by: Kyle Roach <https://github.com/iRoachie>
44
// TypeScript Version: 2.3.2
55

6-
import React from 'react'
6+
import * as React from 'react'
77
import { ViewStyle } from 'react-native'
88

99
interface DateTimePickerProps {

0 commit comments

Comments
 (0)