Doko-Demo-Doa / react-native-shake

React Native shake event detector
MIT License
261 stars 64 forks source link

Autolink issues with RN > 0.60 #24

Closed joshua-augustinus closed 3 years ago

joshua-augustinus commented 3 years ago

I get this error when building on IOS:

React Native CLI uses autolinking for native dependencies, but the following modules are linked manually: 
  - react-native-shake 
joshua-augustinus commented 3 years ago

As a temporary work around I did

react-native unlink react-native-shake --platforms ios
Doko-Demo-Doa commented 3 years ago

You're right. For RN >= 0.60 manual linking is not required. I will update README asap.