mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
Removed deprecated RCT_EXPORT + code paths
This commit is contained in:
@@ -77,13 +77,7 @@ var styles = StyleSheet.create({
|
||||
|
||||
var RCTProgressView = requireNativeComponent(
|
||||
'RCTProgressView',
|
||||
null
|
||||
ProgressViewIOS
|
||||
);
|
||||
if (__DEV__) {
|
||||
verifyPropTypes(
|
||||
RCTProgressView,
|
||||
RCTProgressView.viewConfig
|
||||
);
|
||||
}
|
||||
|
||||
module.exports = ProgressViewIOS;
|
||||
|
||||
Reference in New Issue
Block a user