software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
5.85k stars 954 forks source link

Bump `typescript` version in example #2848

Closed m-bert closed 1 month ago

m-bert commented 1 month ago

Description

Our latest fails on CI were caused by outdated typescript in example app. #2835 added moduleSuffixes into compilerOptions in tsconfig.json, but this option was added in version 4.7 of typescript and our example app currently has version 4.5.5.

This PR updates typescript version in our example app to much version in the root.

Test plan

Check that CI passes.