stripe-react-native icon indicating copy to clipboard operation
stripe-react-native copied to clipboard

Android handleNextAction got 3 arguments, expected 4

Open joacub opened this issue 5 months ago • 4 comments

"@stripe/stripe-react-native": "0.47.1"

handleNextAction on android is not working

Image

> Configure project :
[ExpoRootProject] Using the following versions:
  - buildTools:  35.0.0
  - minSdk:      24
  - compileSdk:  35
  - targetSdk:   35
  - ndk:         27.1.12297006
  - kotlin:      2.0.21
  - ksp:         2.0.21-1.0.28

> Configure project :shopify_react-native-skia
react-native-skia: node_modules/ found at: /Users/****/dev-projects/react-native/node_modules
react-native-skia: RN Version: 79 / 0.79.2
react-native-skia: isSourceBuild: false
react-native-skia: PrebuiltDir: /Users/****/dev-projects/react-native/node_modules/@shopify/react-native-skia/android/build/react-native-0*/jni
react-native-skia: buildType: debug
react-native-skia: buildDir: /Users/****/dev-projects/react-native/node_modules/@shopify/react-native-skia/android/build
react-native-skia: node_modules: /Users/****/dev-projects/react-native/node_modules
react-native-skia: Enable Prefab: true
react-native-skia: aar state post 70, do nothing

> Configure project :expo

Using expo modules
  - expo-audio (0.4.5)
  - expo-constants (17.1.6)
  - expo-contacts (14.2.4)
  - expo-file-system (18.1.10)
  - expo-image-loader (5.1.0)
  - expo-image-manipulator (13.1.7)
  - expo-linking (7.1.5)
  - expo-location (18.1.5)
  - expo-modules-core (2.3.13)
  - expo-notifications (0.31.2)
  - expo-quick-actions (1.0.0)
  - expo-share-intent (unspecified)
  - expo-video (2.1.9)
  - [📦] expo-application (6.1.4)
  - [📦] expo-asset (11.1.5)
  - [📦] expo-blur (14.1.4)
  - [📦] expo-clipboard (7.1.4)
  - [📦] expo-device (7.1.4)
  - [📦] expo-font (13.3.1)
  - [📦] expo-haptics (14.1.4)
  - [📦] expo-image (2.1.7)
  - [📦] expo-image-picker (16.1.4)
  - [📦] expo-keep-awake (14.1.4)
  - [📦] expo-linear-gradient (14.1.4)
  - [📦] expo-media-library (17.1.6)
  - [📦] expo-print (14.1.4)
  - [📦] expo-screen-orientation (8.1.6)
  - [📦] expo-sharing (13.1.5)
  - [📦] expo-splash-screen (0.30.8)
  - [📦] expo-store-review (8.1.5)
  - [📦] expo-system-ui (5.0.7)
  - [📦] expo-task-manager (13.1.5)
  - [📦] expo-video-thumbnails (9.1.3)
  - [📦] unimodules-app-loader (5.1.3)

joacub avatar May 31 '25 04:05 joacub