Removed deprecated RCT_EXPORT + code paths

This commit is contained in:
Nick Lockwood
2015-06-05 08:46:17 -07:00
parent f90fa53df9
commit 45d8fb0ef6
27 changed files with 233 additions and 429 deletions

View File

@@ -77,13 +77,7 @@ var styles = StyleSheet.create({
var RCTProgressView = requireNativeComponent(
'RCTProgressView',
null
ProgressViewIOS
);
if (__DEV__) {
verifyPropTypes(
RCTProgressView,
RCTProgressView.viewConfig
);
}
module.exports = ProgressViewIOS;