Skip to content

Conversation

@war-in
Copy link
Contributor

@war-in war-in commented Sep 30, 2025

Fixes: #647 #642

As specified in the React Native Changelog

CMake: Correctly propagate RN_SERIALIZABLE_STATE to 3rd party CMake targets. Users with custom CMake and C++ code should update to use target_compile_reactnative_options inside their CMakeLists.txt files

every lib with custom CMakeLists.tsx should use target_compile_reactnative_options since 0.81

@williamgurzoni
Copy link

This worked for our app. In fact I could replicate the situation consistently.

@mostADont
Copy link

Fixes: #647 #642

Please do not merge yet. I'll test it tomorrow and verify if it doesn't break anything. Submitting early to help other developers

Super! It works! Thank you!

@war-in war-in marked this pull request as ready for review October 1, 2025 12:48
@war-in war-in requested a review from Naturalclar as a code owner October 1, 2025 12:48
@badaz
Copy link

badaz commented Oct 4, 2025

Worked for my app too, thanks a lot

Copy link

@bvoigtlaender bvoigtlaender left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes the problem on my end as well. 👍 If its worth anything. Thank you! Hope to see it merged soon.

@DylanoHa
Copy link

So it has approvals... any indication of when it is merged?

@war-in
Copy link
Contributor Author

war-in commented Oct 13, 2025

I guess we're waiting for @Naturalclar to review and merge the PR 👀

@danielekbom
Copy link

The problem has existed for more than one month now. Can we please prioritize the merge - its very critical. There are 500 000+ weekly downloads for who this package make their apps start crashing. The app crashes immediately after being on a page where this plugin is used and then navigating somewhere else. @Naturalclar thanks!

Copy link
Contributor

@Naturalclar Naturalclar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the fix!

@Naturalclar Naturalclar merged commit 5b27f9d into react-native-picker:master Oct 14, 2025
github-actions bot pushed a commit that referenced this pull request Oct 14, 2025
## [2.11.3](v2.11.2...v2.11.3) (2025-10-14)

### Bug Fixes

* android crash on React Native 0.81 & new arch ([#648](#648)) ([5b27f9d](5b27f9d))
@Naturalclar
Copy link
Contributor

🎉 This PR is included in version 2.11.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crash on Android after reload - react native 0.81

9 participants