microsoft / react-native-test-app

react-native-test-app provides an app for all supported platforms as a package
MIT License
595 stars 91 forks source link

fix(ios): match deployment target when on 0.76 #2196

Closed tido64 closed 2 months ago

tido64 commented 2 months ago

Description

react-native bumped iOS deployment target yesterday, breaking our nightly builds. This is a temporary change to bump it when we're on 0.76. Long term, we will match the version in the next major release of RNTA.

Platforms affected

Test plan

npm run set-react-version nightly
yarn
cd example
pod install --project-directory=ios