This repository has been archived by the owner on Sep 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 433
Warnings #399
Comments
@acavrbaski did you open a PR? |
I think these PRs have already been closed. All that needs to happen is an NPM release. |
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. |
@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? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can you PLEASE update react-native-side-menu to remove next warnings:
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();
componentWillReceiveProps has been renamed, and is not recomended for use.
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.
The text was updated successfully, but these errors were encountered: