Skip to content

Update componentWillMount to componentDidMount before the next major version of React Native #375

@jeffraux

Description

@jeffraux

According to React Native 0.60:

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.

See documentation here.

Edit: add link to React Native documentation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions