Skip to content

Commit

Permalink
remove createReactClass from ProgressViewIOS.ios.js (facebook#21887)
Browse files Browse the repository at this point in the history
Summary:
Related to facebook#21581 .
Removed createReactClass from the Libraries/Components/ProgressViewIOS/ProgressViewIOS.ios.js

- [x] npm run prettier
- [x] npm run flow-check-ios
- [x] npm run flow-check-android
[GENERAL] [ENHANCEMENT] [Libraries/Components/ProgressViewIOS/ProgressViewIOS.ios.js] - remove createReactClass dependency
Pull Request resolved: facebook#21887

Differential Revision: D10491704

Pulled By: RSNara

fbshipit-source-id: a38f87b9c151aaac8885edd22ce852ee2f2cf746
  • Loading branch information
nissy-dev authored and facebook-github-bot committed Oct 22, 2018
1 parent ce4a9bf commit eb2e707
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
const React = require('React');
const StyleSheet = require('StyleSheet');

const createReactClass = require('create-react-class');
const requireNativeComponent = require('requireNativeComponent');

import type {NativeComponent} from 'ReactNative';
Expand Down

0 comments on commit eb2e707

Please sign in to comment.