infinitered / ignite

Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting.
MIT License
17.73k stars 1.4k forks source link

Sdk 52 #2847

Open Jacob-CZ opened 3 days ago

Jacob-CZ commented 3 days ago

Hello I am on the verge of starting a new large app, and would like sdk 52 and primarily the new rn architecture could you bump it please.

Hao-yiwen commented 3 days ago

+1

frankcalise commented 2 days ago

Hi @Jacob-CZ, there is a PR in progress #2843.

However, you don't need to wait on us to upgrade this boilerplate to start your project, you can easily do it yourself via:

npx ignite-cli@latest new MyApp
yarn add expo@^52.0.0
npx expo install --fix

Enable new arch and run prebuild