#talha_api

1 messages · Page 1 of 1 (latest)

distant wyvernBOT
#

👋 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/1381986609699753994

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

versed garden
#

Hi there, what is the actual error you're encountering during install?

prisma olive
#

Hello I can't send the error cuz the limit

versed garden
#

There must be a key snippet at the start or end thats specific to the actual issue. Most likely this is not Stripe specific if it occurs during pod install though

prisma olive
#

Yes I am getting the error when installing pod via pod install command

#

UnsupportedModulePropertyParserError: Module NativeStripeSdkModule: TypeScript interfaces extending TurboModule must only contain 'FunctionTypeAnnotation's. Property 'onConfirmHandlerCallback' refers to a 'TSTypeReference'.
at throwIfModuleTypeIsUnsupported (/Users/innovador/Documents/GitHub/SoulWisper/node_modules/@react-native/codegen/lib/parsers/error-utils.js:163:11)
at buildPropertySchema (/Users/innovador/Documents/GitHub/SoulWisper/node_modules/@react-native/codegen/lib/parsers/parsers-commons.js:472:3)
at /Users/innovador/Documents/GitHub/SoulWisper/node_modules/@react-native/codegen/lib/parsers/parsers-commons.js:705:24
at guard (/Users/innovador/Documents/GitHub/SoulWisper/node_modules/@react-native/codegen/lib/parsers/utils.js:26:14)
at /Users/innovador/Documents/GitHub/SoulWisper/node_modules/@react-native/codegen/lib/parsers/parsers-commons.js:702:14
at Array.map (<anonymous>)
at buildModuleSchema (/Users/innovador/Documents/GitHub/SoulWisper/node_modules/@react-native/codegen/lib/parsers/parsers-commons.js:699:6)
at /Users/innovador/Documents/GitHub/SoulWisper/node_modules/@react-native/codegen/lib/parsers/parsers-commons.js:522:9
at guard (/Users/innovador/Documents/GitHub/SoulWisper/node_modules/@react-native/codegen/lib/parsers/utils.js:26:14)
at buildSchemaFromConfigType (/Users/innovador/Documents/GitHub/SoulWisper/node_modules/@react-native/codegen/lib/parsers/parsers-commons.js:521:22) {
nodes: [ undefined ]
}

versed garden
#

This appears to be a broader React Native + TurboModule issue. This other example of a similar shaped error seems like it could be related to the RN codegen library, since that part looks like your error too.
https://github.com/rnmapbox/maps/issues/3812

GitHub

Mapbox Implementation Mapbox Mapbox Version default React Native Version 0.74.5 Platform iOS @rnmapbox/maps version ^10.1.31 Standalone component to reproduce import React from 'react'; imp...

prisma olive
#

Ok thanks I will look into this

versed garden
#

(it doesnt appear if you go back to v75)

#

Probably becuase of the TurboModules support

#

so i would suggest trying your app with RN 78+, or using an older version of stripe-react-native

prisma olive
versed garden
#

Fantastic!