Skip to content

Commit

Permalink
Update es2017 to es2019
Browse files Browse the repository at this point in the history
As @retyui pointed out our new minimal iOS version for RN 0.69 is 12.4
- react-native-community/react-native-template-typescript#275
  - facebook/react-native@982ca30

We've updated our template too now
- react-native-community/react-native-template-typescript#276

I bumped our Hermes podspec earlier as well
- facebook/react-native#33939
  - facebook/react-native@f56d701

Unless there's reason to keep our recommended TSConfig base pre-0.69
  • Loading branch information
leotm authored Jun 28, 2022
1 parent 3415fb8 commit ff86e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bases/react-native.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "commonjs",
"types": ["react-native", "jest"],
"lib": [
"es2017"
"es2019"
],
"allowJs": true,
"jsx": "react-native",
Expand Down

0 comments on commit ff86e2c

Please sign in to comment.