Sourced from react-native's releases.
v0.66.2
0.66.2 is out with some fixes:
Fixed
- Compare the LogBoxData ignorePatterns with the right code (a950634 by
@wiseqingyang)- [iOS] Fix logbox window capturing touch events (72ea0e1 by
@paddlefish)- Commit generated codegen files as a temporary workaround for devX issue with
yarn installremoving codegen assets. Proper fix coming in later. (5f7deb5 by@kelset)
You can participate in the conversation on the status of this release at this discussion.
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.
Sourced from react-native's changelog.
v0.66.2
Fixed
- Add a function
getIgnorePatternsinLogBoxData.jsfor tests or other usecases. (a950634424)- Reintroduce generated codegen files (7382f556d3 by
@kelset)iOS specific
- Hide the logbox window explicitly. New behavior in iOS SDK appears to retain UIWindow while visible. (72ea0e111f by
@paddlefish)