cometchat-uikit-react-native icon indicating copy to clipboard operation
cometchat-uikit-react-native copied to clipboard

IOS build crashing on v4

Open Lespoir opened this issue 1 year ago • 3 comments

Describe the problem

When building ios I get an error saying:

Cause: Unable to find a specification for `RCTSlider` depended upon by `react-native-cometchat-ui-kit`

What was the expected behavior?

Be able to build IOS

Reproduction

Full log: image

Environment

  • We don't have ios and android folders due is an expo application
  • Using react native new architecture
  • Using expo version: "expo": "~51.0.11",
  • Dependencies:
    • "react-native": "0.74.2"
    • "@cometchat/chat-sdk-react-native": "~4.0.8",
    • "@cometchat/chat-uikit-react-native": "~4.3.10",
    • "@react-native-clipboard/clipboard": "1.14.1",
    • "@react-native-async-storage/async-storage": "~1.23.1",

Lespoir avatar Jun 12 '24 02:06 Lespoir