Skip to content
This repository was archived by the owner on Sep 13, 2020. It is now read-only.

Warnings #399

Description

@acavrbaski

Can you PLEASE update react-native-side-menu to remove next warnings:

  1. Animated: "useNativeDriver" was not specified. This is required option and must be set to 'true' or 'false'
    By documentation, it should be used like this:
    Animated.timing(this.state.animatedValue, {
    toValue: 1,
    duration: 500,
    useNativeDriver: true, // <-- Add this
    }).start();

  2. componentWillReceiveProps has been renamed, and is not recomended for use.

  3. componentWillMount has been renamed, and is not recomended for use.

This will be problem is future and your plugin is very good. Would be shame to have problems in near future.
Thanks a lot in advance.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions