-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
JavaScriptResolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: DiscussionLong running discussion.Long running discussion.
Description
Environment
Environment:
OS: macOS High Sierra 10.13.3
Node: 8.9.3
Yarn: 1.3.2
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: 0.54.0 => 0.54.0
Expected Behavior
No warnings would appear in debugger console.
Actual Behavior
Warnings about React soon to be deprecated lifecycle methods are displayed.
e.g.:
Warning: componentWillMount is deprecated and will be removed in the next major version. Use componentDidMount instead. As a temporary workaround, you can rename to UNSAFE_componentWillMount.
Please update the following components: Container, Image, ResourceSavingSceneView, TabViewPagerPan, TouchableOpacity, Transitioner, withCachedChildNavigation(TabView)
Learn more about this warning here:
https://fb.me/react-async-component-lifecycle-hooks
Steps to Reproduce
react-native run-ios
With Chrome debugger open.
giladno, mlazari, JosiahWhite, zhongdeliu, mjfox09 and 33 more
Metadata
Metadata
Assignees
Labels
JavaScriptResolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: DiscussionLong running discussion.Long running discussion.