-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecated with the new react native version #28
Comments
what do you mean by |
Hi bro, try to create a new project with the react native last current version and you will see that have a lots of errors. |
@jmurzy @fabriziogiordano @padampadam @vadermemo the problem is that NPM fetches a version (tagged as v1.1.1) that does NOT match the latest release on github - the specific issue is that the version that comes back from NPM relies on a removed import
I am not sure how this has happened, but basically if you can replicate it with the following steps:
then go to or download the file that NPM is serving directly here - https://registry.npmjs.org/react-native-foldview/-/react-native-foldview-1.1.1.tgz |
If you do
you end up with the correct version, it is really wierd. |
Just released Also, we probably need to refactor things a little to make it compatible with the latest React Native. If anyone's willing to work on this, please feel free to send a pull request. Thanks. |
@jmurzy I am happy to help. Tho I am not an expert and I will really appreciate if you can give a couple of area you suggest to focus the efforts. |
It works well with these dependencies. |
This amazing project is deprecated with the new react native version
The text was updated successfully, but these errors were encountered: