mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Ran rename-unsafe-lifecycles codemod on xplat/js
Reviewed By: trueadm Differential Revision: D6889214 fbshipit-source-id: e815cda4b09f3650ae3b0b9a44ae6f5fcb48fe25
This commit is contained in:
committed by
Facebook Github Bot
parent
fa334ce464
commit
6f007e8957
@@ -28,7 +28,7 @@ class PickerAndroidTestApp extends React.Component {
|
||||
style: {},
|
||||
};
|
||||
|
||||
componentWillMount() {
|
||||
UNSAFE_componentWillMount() {
|
||||
appInstance = this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user