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.gitcd react-native-pager-view-issues && git switch 0.79-android-buildArgument 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-argCompatibility
Checklist
README.md