-
Notifications
You must be signed in to change notification settings - Fork 255
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
Migrate to flatlist #65
Migrate to flatlist #65
Conversation
Hi! I've sent a PR to the fork that should make the build pass (kesha-antonov#1). It:
I'm pretty sure the examples need to be updated before this can land, though. |
fix: make stuff work
Hey! @theneva Merged |
Great! i'm going to merge this. |
Awesome, thank you! @Javier-Rotelli the issue is that react-native-mock imports proptypes directly off react, instead of from the prop-types package. That export disappeared from React in 15.6. 15.5 logs warnings during tests but doesn't break. react-native-mock is unmaintained and it wasn't super easy to get rid of it (I tried replacing mocha with jest to use its built-in mocking, but didn't try mockery which might be worth a look RealOrangeOne/react-native-mock#139 (comment)). |
Oh btw @Javier-Rotelli it might be obvious but it hasn't been mentioned explicitly: the change to |
@theneva not really, other than the time i needed to check if there were breaking changes or not. |
@Javier-Rotelli thank you very much! However, it seems like the actual publish to npm didn't go through (and it doesn't look like you're a collaborator on the package). If @mrlaessig gives you the right permissions, will you please try publishing it again? 😄 |
yup, i need @mrlaessig 's permissions to publish |
Hey @Javier-Rotelli what it you npm username? |
@mrlaessig -> |
@Javier-Rotelli You now should have the permission to do a release on npm ;) |
No description provided.