tinycreative / react-native-intercom

React Native wrapper for Intercom.io
MIT License
406 stars 280 forks source link

Implementation: Mobile Carousels #374

Closed ghost closed 2 years ago

ghost commented 4 years ago

Have you see the new "Mobile Carousels" feature that they just came out with?

How hard would this be to implement? I'd be interested in sponsoring this addition if its a lot of work.

Br1an-Boyle commented 4 years ago

πŸ‘‹ Mobile Carousels is available by simply updating the Intercom iOS sdk dependency time v7.1.0. Should just work out if the box, no configuration or code changes required. πŸ™‚

aditibarbhai commented 4 years ago

πŸ‘‹ Mobile Carousels is available by simply updating the Intercom iOS sdk dependency time v7.1.0. Should just work out if the box, no configuration or code changes required. πŸ™‚

Were you successfully able to do this? How did you install the Intercom SDK?

When I upgraded to the latest Intercom via cocoapods, I get an error when running react-native run-ios:

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_UIPointerLiftEffect", referenced from:
      objc-class-ref in Intercom(ICMPointerInteraction.o)
  "_OBJC_CLASS_$_UIPointerStyle", referenced from:
      objc-class-ref in Intercom(ICMPointerInteraction.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

** BUILD FAILED **

The following build commands failed:
    Ld build/Butter/Build/Products/Debug-iphonesimulator/MyAppName.app/MyAppName normal x86_64
(1 failure)

See more: https://github.com/tinycreative/react-native-intercom/issues/378#issuecomment-656299086

Br1an-Boyle commented 4 years ago

You need to make sure you’re using Xcode 11.4

hamoudaarfaoui commented 4 years ago

@bboyle18 do you know what minimum version on react-native-intercom supports SDK 7.1.0+, cause react-native-intercom@17.0.0 requries react-native@0.62 (which should be mentioned) and not all user able to upgrade react-native

dancixx commented 3 years ago

Hi guys,

is there any way to use this feature in this library?

dmarkowski commented 3 years ago

I have the similar problem with react-native 0.62.2 and react-native-intercom 19.0.0 and Xcode 11.5

ld: warning: Could not find or use auto-linked framework 'UniformTypeIdentifiers' Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_PHPickerConfiguration", referenced from: objc-class-ref in Intercom(IIMPhotosInput.o) "_OBJC_CLASS_$_PHPickerFilter", referenced from: objc-class-ref in Intercom(IIMPhotosInput.o) "_OBJC_CLASS_$_PHPickerViewController", referenced from: objc-class-ref in Intercom(IIMPhotosInput.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

77TecShaeer commented 3 years ago

++++