“When you want to move to the New Architecture in your brownfield app on iOS, things may become a bit complicated. To make it simpler, [Microsoft] created a React Native Host package. Let's take a look how it makes #ReactNative initialization easier in brownfield apps”
— @TMisiukiewicz@twitter.com
Check out Tomasz’s blog post on how to use #RNXKit’s `react-native-host` here: https://www.callstack.com/blog/simplify-your-ios-brownfield-integration-with-react-native-host
rnx-kit now has an official roadmap: https://github.com/microsoft/rnx-kit/blob/main/ROADMAP.md
Excited to finally be able to share what we've got in the pipelines for all the #ReactNative devs out there.
Yesterday, I tried to upgrade #TypeScript to 5.0 in a number of repos and discovered that #commitlint has a direct dependency on TypeScript 4.x, ts-node and a number of other dependencies totalling close to 1 MB. We only use it to lint our commit messages, so this seems a bit overkill.
Anyway, one rabbit hole later, we've just published `@rnx-kit/commitlint-lite`. Give it a try if you care about things like this: https://www.npmjs.com/package/@rnx-kit/commitlint-lite
#typescript #commitlint #rnxkit