rs-pro / react-native-tinkoff-asdk

Обертка React Native для приема платежей Tinkoff (tinkoff acquiring sdk for react native)
MIT License
10 stars 3 forks source link

How to customize ApplePay payment sheet? #10

Open HappyCodingLover opened 3 years ago

HappyCodingLover commented 3 years ago

Version of react-native-iap

^0.5.4

Version of react-native

0.63.4

Platforms you faced the error (IOS or Android or both?)

IOS

Expected behavior

image (1) I want to edit Price section in this sheet to show like 30 days trial

Actual behavior

Only shows *.** $ per 3 months.

Tested environment (Emulator? Real Device?)

Both tested on Emulator and Real Device

Steps to reproduce the behavior

I have implemented Apple payment by following the Readme

I found editing method in Tinkoff Ios package. https://github.com/TinkoffCreditSystems/tinkoff-asdk-ios#%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%82%D1%83%D1%80%D0%B0

But I don't know how to do this in React Native module.

Any help would be highly appreciated.