Skip to content

Commit 0ff8284

Browse files
authored
Fix TypeScript typings
I'm not sure why it wasn't like this but typescript needs it to be like this in order to work. Without this change it just gives errors.
1 parent 01df866 commit 0ff8284

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)