#dev-travis_error

1 messages ยท Page 1 of 1 (latest)

lethal chasmBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1450827240148570152

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

vital echo
#

as I see in doc and github this line of code using when
TerminalApplicationDelegate.onCreate(this) in handoff mode not tap to pay

lethal chasmBOT
queen wedge
#

๐Ÿ‘‹ Happy to help

vital echo
#

so We should wait to next version ?

queen wedge
#

No it's already released

#

the latest release version for terminal react native is v0.0.1-beta.28 and the isInTapToPayProcess was added in v0.0.1-beta.26

vital echo
#

how to use this ?
isInTapToPayProcess?

tranquil creek
#

what do you mean by "how to use this"?

lethal chasmBOT
vital echo
#

i mean code sample

queen wedge
#

You need to do the same but with ReactNative

vital echo
#

should I use this TerminalApplicationDelegate in reac tantive app?
As I know this one should use in handoff method not taptopay method?

#

// For example, this will be skipped.
erminalApplicationDelegate.onCreate(this)

And what mean this 'For example' sould i condisder other states?

ancient wagon
#

I think the conventions for RN are a bit different, but our docs are not showing this currently (we will flag this internally), but the equivalent should be supported

vital echo
#

so should i use this or not in react native?

in tap to pay method

if (TapToPay.isInTapToPayProcess()) { return }
TerminalApplicationDelegate.onCreate(this)
#

Or need open issue on github and ask from develop team direclty?

lethal chasmBOT