Get ready for react-native@0.77
, which includes some minor fixes and improvements.
On the new architecture, onLayout
will now fire only once and provide the correct dimensions.
What's Changed
- refactor: use old style switch statement in FeCompositeView.java by @mrtawil in #2562
- chore: bump TestsExample to react-native@0.77.0-rc.1 by @jakex7 in #2556
- fix: currentColor overflow by @jakex7 in #2570
- feat: add codegen
ios.componentProvider
by @jakex7 in #2572 - feat: custom shadow nodes by @jakex7 in #2568
- remove: *.metal from podspec source_files by @jakex7 in #2576
- fix: currentColor stale value by @boazarad88 in #2573
- test: fix e2e tests by @jakex7 in #2578
- chore: fabric macos example CI by @jakex7 in #2579
- feat: allow single quote ID wrapper by @jakex7 in #2580
- feat: use yoga::StyleLength instead of yoga::value on 77+ by @jakex7 in #2582
- chore: bump react-native and other packages by @jakex7 in #2598
- fix: remove package from AndroidManifest.xml by @jakex7 in #2600
- chore: update generated specs for the old architecture to work on 0.77 by @jakex7 in #2586
- chore: bump tests-example to react-native@0.77.0-rc.6 by @jakex7 in #2601
- refactor: update eslint disable comments after config changes by @jakex7 in #2602
- fix: CMake flags by @jakex7 in #2603
New Contributors
- @mrtawil made their first contribution in #2562
- @boazarad88 made their first contribution in #2573
Full Changelog: v15.10.1...v15.11.0