react-native-side-menu icon indicating copy to clipboard operation
react-native-side-menu copied to clipboard

Warnings

Open acavrbaski opened this issue 4 years ago • 6 comments

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.

acavrbaski avatar Jul 07 '20 12:07 acavrbaski

@acavrbaski did you open a PR?

crobinson42 avatar Jul 12 '20 00:07 crobinson42

@acavrbaski did you open a PR?

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

jcarioti avatar Jul 14 '20 22:07 jcarioti

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.

Nemferno avatar Jul 27 '20 14:07 Nemferno

@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?

jcarioti avatar Jul 27 '20 17:07 jcarioti

https://github.com/react-native-community/react-native-side-menu/issues/387

sbrighiu avatar Jul 29 '20 09:07 sbrighiu

https://github.com/react-native-community/react-native-side-menu/issues/398#issuecomment-645882904

alessiocancian avatar Aug 24 '20 14:08 alessiocancian