Skip to content

Commit 13d55a2

Browse files
committed
nativeLinearGradient → common.js
1 parent b1ced6d commit 13d55a2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// @flow
2+
13
import { requireNativeComponent } from 'react-native';
24

35
export default requireNativeComponent('BVLinearGradient', null);

index.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import React, { Component } from 'react';
66
import { processColor, StyleSheet, View } from 'react-native';
77

8-
import NativeLinearGradient from './nativeLinearGradient';
8+
import NativeLinearGradient from './common';
99

1010
const convertPoint = (name, point) => {
1111
if (Array.isArray(point)) {

index.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import React, { Component } from 'react';
66
import { processColor, View } from 'react-native';
77

8-
import NativeLinearGradient from './nativeLinearGradient';
8+
import NativeLinearGradient from './common';
99

1010
const convertPoint = (name, point) => {
1111
if (Array.isArray(point)) {

0 commit comments

Comments
 (0)