-
Notifications
You must be signed in to change notification settings - Fork 54
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
React-Native 0.16.0: 'RCTSparseArray.h' file not found #26
Comments
+1 |
@DickyT — I'm looking into fixing this issue. Your repo doesn't have an issues page, but the plan is to submit a PR to your repo. Sound good? |
@rreusser that will be great, thx! |
I got sidetracked because we ran into like fifty problems when we upgraded to RN 0.16 and ended up downgrading until some things are straightened out, but I'll test this out today. For anyone wondering, it appears it really might just be as simple as running See: https://github.com/Shuangzuan/RCTRefreshControl/blob/master/RCTRefreshControl.m#L27-L29 |
@rreusser I think you are correct. PS. I just answered the wrong stuff and I deleted one response, never mind if you guys see an email |
UIRefreshControl have been added to core since 0.16.0. facebook/react-native#4205 |
@samuelkraft - Cool, but I like the refresh-thingy from this module better though |
replace
with
|
Just use my fork version here.It seems that this repo is not under mantainess any more.The fork version will keep update to latest react-native version. $ npm install react-native-drop-refresh to install that npm package.It's now compatible with react-native 0.20.0 |
According to some highlights of the release here:
http://www.reactnative.com/react-native-v0-16-0-rc-and-v0-15-0-released/
RCTSparseArray was replaced by NSDictionary.
Will you upgrade?
The text was updated successfully, but these errors were encountered: