Merge pull request #189 from acro5piano/fix-typings

fix default import of react
This commit is contained in:
Markus Lindqvist 2019-05-11 11:22:05 +03:00 committed by GitHub
commit 4559dd1250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
index.d.ts vendored
View File

@ -1,5 +1,5 @@
declare module 'react-native-circular-progress' {
import React from 'react';
import * as React from 'react';
import { Animated, Easing } from 'react-native';
export interface AnimatedCircularProgressProps {