thecodingmachine / react-native-boilerplate

A React Native template for building solid applications 🐙, using JavaScript 💛 or Typescript 💙 (you choose).
https://thecodingmachine.github.io/react-native-boilerplate/
MIT License
4.66k stars 852 forks source link

Any update regarding upgrade to 0.74? #426

Closed neeteshraj closed 2 months ago

neeteshraj commented 2 months ago

Is your feature request related to a problem?

No response

Describe the solution you'd like

Any update regarding upgrade to React Native 0.74?

Describe alternatives you've considered.

No response

ha-family commented 2 months ago

I'm also eagerly waiting for it! ~

JeremyDolle commented 2 months ago

Hello, it will come soon, I am working on it with some fixs and improvements on Theme generation

ha-family commented 2 months ago

Hello, it will come soon, I am working on it with some fixs and improvements on Theme generation

The last time I used this boilerplate was version 3.5.0, which used React Native version 0.69. The biggest problem I encountered at that time was with the useTheme hook. Every time it was called, it would merge files, which significantly impacted rendering performance when used in a list with many components calling useTheme.

I'm not sure if this issue has been fixed in the latest version, but I wanted to bring it up just in case the same problem occurs in the new version.

JeremyDolle commented 2 months ago

Ok yes since the v4.0.0 the useTheme call a Context provider to avoid rebuild the theme on each usage ;)

JeremyDolle commented 2 months ago

🚀 v4.2.0

ha-family commented 2 months ago

🚀 v4.2.0

Thank you for your selfless contribution.