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

Warnings #399

Open
acavrbaski opened this issue Jul 7, 2020 · 6 comments
Open

Warnings #399

acavrbaski opened this issue Jul 7, 2020 · 6 comments

Comments

@acavrbaski
Copy link

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.

@crobinson42
Copy link

@acavrbaski did you open a PR?

@jcarioti
Copy link

@acavrbaski did you open a PR?

I think these PRs have already been closed. All that needs to happen is an NPM release.

@Nemferno
Copy link

If there are no responses, better if there is an established set of maintainers for this repo to continue the work, to clean up the issues, and to push a NPM release.

@jcarioti
Copy link

@Kureev Who are the active maintainers of this repo? We just need someone to create a new release for NPM and it's been radio silent since we last heard from you in March. Can we please add at least one maintainer that checks this project, even if it's just once a month or so?

@sbrighiu
Copy link

#387

@alessiocancian
Copy link

#398 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants