mkuczera / react-native-haptic-feedback

React-Native Haptic Feedback for iOS with Android similar behaviour.
MIT License
861 stars 106 forks source link

Not working with react native 0.61.5 #40

Closed johnlim5847 closed 4 years ago

johnlim5847 commented 4 years ago

Hi, I just installed on my new react native project. I have cd to pod to install as well but I'm having this warning at below

Screenshot 2019-12-05 at 12 02 22 PM

do you have any solution for that?

react-native-haptic-feedback : ^1.8.2
System:
    OS: macOS 10.15.1
    CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
    Memory: 27.80 MB / 32.00 GB
    Shell: 5.7.1 - /bin/zsh
  Binaries:
    Node: 10.16.3 - /usr/local/bin/node
    npm: 6.9.0 - /usr/local/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  SDKs:
    iOS SDK:
      Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1
  IDEs:
    Android Studio: 3.5 AI-191.8026.42.35.5791312
    Xcode: 11.2.1/11B500 - /usr/bin/xcodebuild
  npmPackages:
    react: 16.9.0 => 16.9.0
    react-native: 0.61.5 => 0.61.5
  npmGlobalPackages:
    react-native-cli: 2.0.1
johnlim5847 commented 4 years ago

The libRNReactNativeHapticFeedback.a didn't add to my libPods file of my project so I manually added it in Link Binary with Libraries under Build Phases it works like a charm now thanks :)

nikitawolfik commented 4 years ago

@johnlim5847 Did you link the package initially with react-native link?

FlawaCLV commented 3 years ago

Still experiencing this issue. @johnlim5847 what was your solution ?