-
Notifications
You must be signed in to change notification settings - Fork 19
React Native 0.81 support #82
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.81 support #82
Conversation
|
Signature verification fails. |
|
I’m on RN 0.79.5. This PR fixes Folly deps by adding: if ENV['RCT_USE_RN_DEP'] != '1'
s.dependency 'RCT-Folly', folly_version
endHowever, Suggestion: drop the variable and rely on CocoaPods resolution: s.dependency 'RCT-Folly'This works on RN 0.79.5. Not sure about 0.8x. |
|
Removed folly_version, oh my mindless copy pasting. Also timestamp of the signature file is 1758756827 (25th September), it was recently updated, current version's (1.0.19) signature also does not match btw. |
|
Thanks @prathameshmm02. Why not update the |
|
Hi, following up on this, is it still in progress? |
|
Waiting on @nikgraf to review this. |
@prathameshmm02 whats your thoughts on this question? I think it's a valid concern |
|
Libsodium tarballs update frequently, I can't keep updating the build, it might update next week, last update was today. Note: Check the timestamp in the minisig file not in the index of releases. |
|
Looks good, thanks for fixing! Will update the minisig and signature myself afterwards |
Add support for React Native 0.81, contains following fixes: