react-native-community / react-native-template-typescript

👾 Clean and minimalist React Native template for a quick start with TypeScript.
https://www.npmjs.com/package/react-native-template-typescript
MIT License
1.86k stars 398 forks source link

upgrade to rn 0.64.1 and update type defs #206

Closed emin93 closed 3 years ago

emin93 commented 3 years ago

Note: While the upgrade helper shows a modified project.pbxproj: https://react-native-community.github.io/upgrade-helper/?from=0.64.0&to=0.64.1

this file hasn't been updated in the RN repo: https://github.com/facebook/react-native/blob/v0.64.1/template/ios/HelloWorld.xcodeproj/project.pbxproj

stuartsoft commented 3 years ago

Getting some build issues on iOS when attempting to use this template.

Several packages are reporting that their build targets are not correct:

The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Flipper-Glog' from project 'Pods')
emin93 commented 3 years ago

@stuartsoft Have you checked if you get the same in the default RN template (non-TS)?