Closed huntie closed 1 month ago
@huntie can we have this in 0.77 instead?
Sure — this is main
though. Let's create a 0.76-stable
branch for this repo?
Sure — this is
main
though. Let's create a0.76-stable
branch for this repo?
It's already there: https://github.com/react-native-community/template/tree/0.76-stable
Cool. I'm absolutely not suggesting this needs to be picked :)
Cool. I'm absolutely not suggesting this needs to be picked :)
Top 👍
Summary
This is now simpler, and more closely aligned with Expo's template. Also switch
it()
totest()
.Changelog: [General][Added] - Add
@types/jest
dev dependency, simplify test exampleTest Plan
Apply changes to a freshly created
0.76.0-rc.2
project.✅
@types/jest
automatically discovered by TypeScript, allowing us to remove the old type import ✅ Tests pass