Skip to content

Commit 0b7c695

Browse files
committed
Fix duplicate declaration
1 parent cb66c4e commit 0b7c695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ProgressViewIOS.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'use strict';
1212

1313
import * as React from 'react';
14-
import {StyleSheet, ColorValue} from 'react-native';
14+
import {StyleSheet} from 'react-native';
1515

1616
import RNCProgressViewNativeComponent from 'RNCProgressViewNativeComponent';
1717

0 commit comments

Comments
 (0)