-
Notifications
You must be signed in to change notification settings - Fork 444
fix: Remove nullability of command id #983
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
fix: Remove nullability of command id #983
Conversation
Can someone possibly take a look at this? cc: @troZee |
any advance in this issue? |
Will check that |
Hi @MrRefactor. why is it stuck at
|
Will release new version tomorrow, as for now you can patch this |
HI @MrRefactor. Let's merge this PR? |
Hola, waiting for the PR too. Would close #988 Manual patching works, but requires extra steps for CI. |
In fact, on the Fabric new architecture, we can directly remove the rewrite of |
@MrRefactor Please help us merge this |
released in 6.7.1 |
# Why Version 6.7.1 fixes an Android build error: callstack/react-native-pager-view#983 # How Bump version in package.json files and bundledNativeModules.json. Removed patch. # Test Plan Tested in bare-expo # Checklist <!-- Please check the appropriate items below if they apply to your diff. --> - [ ] I added a `changelog.md` entry and rebuilt the package sources according to [this short guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md#-before-submitting) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
Summary
This PR applies necessary changes for RN 0.79. Before this change the library won't compile on android on RN 0.79. This change is needed because of this commit in
react-native
.Test Plan
react-native-pager-view
)git clone https://github.com/MatiPl01/react-native-pager-view-issues.git
cd react-native-pager-view-issues && git switch 0.79-android-build
Argument type mismatch: actual type is 'kotlin.String?', but 'kotlin.String' was expected.
)npm install git+https://github.com/MatiPl01/react-native-pager-view.git#fix/remove-nullability-of-command-id-arg
Compatibility
Checklist
README.md