language-transfer / lt-app

React Native application for Language Transfer
https://www.languagetransfer.org/
Other
291 stars 26 forks source link

chore: unlink react-native-gesture-handler #89

Open andheiberg opened 1 month ago

andheiberg commented 1 month ago

Trying to run the iOS app locally was broken because react-native-gesture-handler was manually linked when the current version of react native requires it to be automatically linked.

Screenshot 2024-06-01 at 14 26 04

Screenshot shows:

  1. Original error
  2. Command run to fix error
  3. Original command run succeeding without the error