File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import IconNB from './Icon';
9
9
import Icon from './Icon' ;
10
10
import Text from './Text' ;
11
11
import _ from 'lodash' ;
12
- import ReactNativePropRegistry from 'react/lib /ReactNativePropRegistry' ;
12
+ import ReactNativePropRegistry from 'react-native/Libraries/Renderer/src/renderers/native /ReactNativePropRegistry' ;
13
13
14
14
15
15
export default class Button extends NativeBaseComponent {
Original file line number Diff line number Diff line change 1
1
'use_strict' ;
2
2
import _ from 'lodash' ;
3
- import ReactNativePropRegistry from 'react/lib /ReactNativePropRegistry' ;
3
+ import ReactNativePropRegistry from 'react-native/Libraries/Renderer/src/renderers/native /ReactNativePropRegistry' ;
4
4
// For compatibility with RN 0.25
5
5
// import ReactNativePropRegistry from "react-native/Libraries/ReactNative/ReactNativePropRegistry";
6
6
module . exports = function ( incomingProps , defaultProps ) {
You can’t perform that action at this time.
0 commit comments